Compile with -Werror

This commit is contained in:
Laurent Fasnacht 2014-04-14 09:38:37 +02:00
parent 89ef1161c4
commit 64f3f57af3

View file

@ -5,7 +5,7 @@ ifeq (, $(ARCH))
endif
SYSTEM = $(shell uname -s)
ASMFLAGS =
DFLAGS = -O2 -g
DFLAGS = -O2 -g -Werror
# ARCH related flags
ifeq ($(ARCH), x86_64)