From: Anton Blanchard Date: Tue, 27 Aug 2019 01:44:34 +0000 (+1000) Subject: Add -Wall to CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96787091a607cba421ab88dd4511eea2c989a5fe;p=microwatt.git Add -Wall to CFLAGS Signed-off-by: Anton Blanchard --- diff --git a/Makefile b/Makefile index 6daa193..ccfa8c2 100644 --- 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