build: Pass -fno-stack-check in decompressor build
This commit is contained in:
parent
5542dffaa7
commit
1207b8d9b1
|
@ -24,6 +24,7 @@ override INTERNAL_CFLAGS := \
|
|||
-std=gnu11 \
|
||||
-ffreestanding \
|
||||
-fno-stack-protector \
|
||||
-fno-stack-check \
|
||||
-fno-strict-aliasing \
|
||||
-fno-lto \
|
||||
-fno-pic \
|
||||
|
|
Loading…
Reference in New Issue