:: commit 8d99eb495b9bb40c6c028287c17183624cc81627

mintsuki <mintsuki@protonmail.com> — 2022-08-28 22:27

parents: 57194bc15e

build: Update decompressor compiler flags

diff --git a/decompressor/GNUmakefile b/decompressor/GNUmakefile
index 234f2838..2dd015e1 100644
--- a/decompressor/GNUmakefile
+++ b/decompressor/GNUmakefile
@@ -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) \
tab: 248 wrap: offon