diff options
Diffstat (limited to 'payloads/libpayload/Makefile.mk')
-rw-r--r-- | payloads/libpayload/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/Makefile.mk b/payloads/libpayload/Makefile.mk index 6dd33e1197..c9cefb31ec 100644 --- a/payloads/libpayload/Makefile.mk +++ b/payloads/libpayload/Makefile.mk @@ -78,7 +78,7 @@ CFLAGS += $(INCLUDES) -Os -pipe -nostdinc -ggdb3 CFLAGS += -nostdlib -fno-builtin -ffreestanding -fomit-frame-pointer CFLAGS += -ffunction-sections -fdata-sections CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wvla -CFLAGS += -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wimplicit-fallthrough +CFLAGS += -Wwrite-strings -Wredundant-decls -Wimplicit-fallthrough CFLAGS += -Wstrict-aliasing -Wshadow -Werror ifeq ($(CONFIG_LP_LTO),y) |