build: Update decompressor compiler flags

This commit is contained in:
mintsuki 2022-08-29 00:27:26 +02:00
parent 57194bc15e
commit 8d99eb495b
1 changed files with 5 additions and 5 deletions

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) \