projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561d6af
)
Remove -frelaxed
author
Anton Blanchard
<anton@linux.ibm.com>
Wed, 24 Mar 2021 06:08:29 +0000
(17:08 +1100)
committer
Anton Blanchard
<anton@ozlabs.org>
Wed, 24 Mar 2021 09:38:24 +0000
(20:38 +1100)
We don't appear to need this any more, so remove it.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2a7aafdb2310290fa02710798554a58120deab1e..9349d8379836e02b5a96b041b62afec84c259bac 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
GHDL ?= ghdl
-GHDLFLAGS=--std=08
-frelaxed
+GHDLFLAGS=--std=08
CFLAGS=-O3 -Wall
VERILATOR_FLAGS=-O3
# It takes forever to build with optimisation, so disable by default