:: commit 06427cf25a8eed26a23dc7c8c734db75d957c413

mintsuki <mintsuki@protonmail.com> — 2022-08-28 21:33

parents: 1d2bc5ede7

build: Update decompressor compiler flags

diff --git a/decompressor/GNUmakefile b/decompressor/GNUmakefile
index f5ae6f0e..234f2838 100644
--- a/decompressor/GNUmakefile
+++ b/decompressor/GNUmakefile
@@ -13,7 +13,6 @@ ifeq ($(call MKESCAPE,$(BUILDDIR)),)
 endif
 
 override CROSS_CFLAGS += \
-    $(WERROR) \
     -Os \
     -std=gnu11 \
     -nostdinc \
@@ -32,6 +31,7 @@ override CROSS_CFLAGS += \
     -fno-pic \
     -Wshadow \
     -Wvla \
+    $(WERROR) \
     -MMD \
     -I../freestanding-headers \
     -I'$(call SHESCAPE,$(BUILDDIR))/tinf' \
tab: 248 wrap: offon