build: Update decompressor compiler flags
This commit is contained in:
parent
44df23c81a
commit
5f61730f26
|
@ -13,7 +13,6 @@ ifeq ($(call MKESCAPE,$(BUILDDIR)),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
override CROSS_CFLAGS += \
|
override CROSS_CFLAGS += \
|
||||||
$(WERROR) \
|
|
||||||
-Os \
|
-Os \
|
||||||
-std=gnu11 \
|
-std=gnu11 \
|
||||||
-nostdinc \
|
-nostdinc \
|
||||||
|
@ -32,6 +31,7 @@ override CROSS_CFLAGS += \
|
||||||
-fno-pic \
|
-fno-pic \
|
||||||
-Wshadow \
|
-Wshadow \
|
||||||
-Wvla \
|
-Wvla \
|
||||||
|
$(WERROR) \
|
||||||
-MMD \
|
-MMD \
|
||||||
-I../freestanding-headers \
|
-I../freestanding-headers \
|
||||||
-I'$(call SHESCAPE,$(BUILDDIR))/tinf' \
|
-I'$(call SHESCAPE,$(BUILDDIR))/tinf' \
|
||||||
|
|
Loading…
Reference in New Issue