Commit 1134fab9 authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: force -Wall

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ff1ba052
......@@ -63,7 +63,7 @@ include sockitowm/sockitowm.mk
include dev/dev.mk
CFLAGS = $(CFLAGS_PLATFORM) $(cflags-y) \
CFLAGS = $(CFLAGS_PLATFORM) $(cflags-y) -Wall \
-ffunction-sections -fdata-sections -Os \
-include include/trace.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment