mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +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 += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
|
||||||
CFLAGS += -Os -ffreestanding
|
CFLAGS += -Os -ffreestanding
|
||||||
CFLAGS += -Wall -W
|
CFLAGS += -Wall -W -Werror
|
||||||
CFLAGS += -g
|
CFLAGS += -g
|
||||||
CFLAGS += $(EXTRA_CFLAGS)
|
CFLAGS += $(EXTRA_CFLAGS)
|
||||||
ASFLAGS += $(EXTRA_ASFLAGS)
|
ASFLAGS += $(EXTRA_ASFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user