build: Update decompressor compiler flags

This commit is contained in:
mintsuki 2022-08-28 23:33:33 +02:00
parent 44df23c81a
commit 5f61730f26
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ ifeq ($(call MKESCAPE,$(BUILDDIR)),)
endif
override CROSS_CFLAGS += \
$(WERROR) \
-Os \
-std=gnu11 \
-nostdinc \
@ -32,6 +31,7 @@ override CROSS_CFLAGS += \
-fno-pic \
-Wshadow \
-Wvla \
$(WERROR) \
-MMD \
-I../freestanding-headers \
-I'$(call SHESCAPE,$(BUILDDIR))/tinf' \