mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-12 18:57:55 +00:00
[build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -Werror
This commit is contained in:
parent
24e948f030
commit
78a57a6f76
@ -283,7 +283,6 @@ CFLAGS += -Os -ffreestanding
|
||||
CFLAGS += -Wall -W -Wformat-nonliteral
|
||||
CFLAGS += -g
|
||||
CFLAGS += $(EXTRA_CFLAGS)
|
||||
ASFLAGS += --fatal-warnings
|
||||
ASFLAGS += $(EXTRA_ASFLAGS)
|
||||
LDFLAGS += $(EXTRA_LDFLAGS)
|
||||
|
||||
@ -295,6 +294,7 @@ EMBEDDED_IMAGE = image/default.gpxe
|
||||
#
|
||||
ifneq ($(NO_WERROR),1)
|
||||
CFLAGS += -Werror
|
||||
ASFLAGS += --fatal-warnings
|
||||
endif
|
||||
|
||||
# compiler.h is needed for our linking and debugging system
|
||||
|
Loading…
x
Reference in New Issue
Block a user