build: Pass -fno-stack-check in decompressor build

This commit is contained in:
mintsuki 2022-03-02 15:55:15 +01:00
parent 5542dffaa7
commit 1207b8d9b1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ override INTERNAL_CFLAGS := \
-std=gnu11 \
-ffreestanding \
-fno-stack-protector \
-fno-stack-check \
-fno-strict-aliasing \
-fno-lto \
-fno-pic \