david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

We can finally enable -Werror :)

This commit is contained in:
Michael Brown 2007-07-24 12:43:11 +01:00
parent 90b5315db0
commit b188311edd
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ DOXYGEN ?= doxygen
#
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
CFLAGS += -Os -ffreestanding
CFLAGS += -Wall -W
CFLAGS += -Wall -W -Werror
CFLAGS += -g
CFLAGS += $(EXTRA_CFLAGS)
ASFLAGS += $(EXTRA_ASFLAGS)