From 5f61730f26ee01af959f883618d04376608ca60a Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 28 Aug 2022 23:33:33 +0200 Subject: [PATCH] build: Update decompressor compiler flags --- decompressor/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \