Add -Wall to CFLAGS

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
nia-debug
Anton Blanchard 5 years ago committed by Anton Blanchard
parent 7277c6b5ab
commit 96787091a6

@ -1,6 +1,6 @@
GHDL=ghdl GHDL=ghdl
GHDLFLAGS=--std=08 GHDLFLAGS=--std=08
CFLAGS=-O2 CFLAGS=-O2 -Wall


all = core_tb simple_ram_behavioural_tb all = core_tb simple_ram_behavioural_tb
# XXX # XXX

Loading…
Cancel
Save