Signed-off-by: Michael Walle <[email protected]>
---
software/include.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/software/include.mak b/software/include.mak
index 8ba0168..b99c676 100644
--- a/software/include.mak
+++ b/software/include.mak
@@ -38,7 +38,7 @@ INCLUDES_NOLIBC ?= -nostdinc -I$(MMDIR)/software/include/base
INCLUDES = $(INCLUDES_NOLIBC) -I$(MMDIR) -I$(MMDIR)/software/include
-I$(MMDIR)/tools
ASFLAGS = $(INCLUDES) -nostdinc
# later: -Wmissing-prototypes
-CFLAGS = -O9 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \
+CFLAGS = -O9 -Wall -Werror -Wstrict-prototypes -Wold-style-definition -Wshadow
\
-mbarrel-shift-enabled -mmultiply-enabled -mdivide-enabled \
-msign-extend-enabled -fno-builtin -fsigned-char \
-fsingle-precision-constant $(INCLUDES)
--
1.7.2.5
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode