build: Update decompressor compiler flags

This commit is contained in:
mintsuki 2022-08-29 00:27:26 +02:00
parent 1e73ba4e5a
commit 4850dc3e61

View File

@ -16,11 +16,6 @@ override CROSS_CFLAGS += \
-Os \
-std=gnu11 \
-nostdinc \
-m32 \
-march=i686 \
-mtune=generic \
-mabi=sysv \
-mno-80387 \
-ffreestanding \
-fno-stack-protector \
-fno-stack-check \
@ -29,6 +24,11 @@ override CROSS_CFLAGS += \
-fno-lto \
-fno-pie \
-fno-pic \
-m32 \
-march=i686 \
-mtune=generic \
-mabi=sysv \
-mno-80387 \
-Wshadow \
-Wvla \
$(WERROR) \