mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 10:20:24 +03:00
We can finally enable -Werror :)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user