projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7277c6b
)
Add -Wall to CFLAGS
author
Anton Blanchard
<anton@linux.ibm.com>
Tue, 27 Aug 2019 01:44:34 +0000
(11:44 +1000)
committer
Anton Blanchard
<anton@ozlabs.org>
Tue, 27 Aug 2019 01:44:34 +0000
(11:44 +1000)
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6daa193b56bf5941332d0c61ea8e6a928bd314d7..ccfa8c26722fac7c2a964c1f07193328cbb81cb1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
GHDL=ghdl
GHDLFLAGS=--std=08
-CFLAGS=-O2
+CFLAGS=-O2
-Wall
all = core_tb simple_ram_behavioural_tb
# XXX