From 43312f2e4dc9d622f49a85ec30605e3475c7e638 Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Sun, 22 Sep 2024 19:08:09 -0500 Subject: [PATCH] remove finline-stringops --- base.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.mk b/base.mk index 2279ff3..fa39ce4 100644 --- a/base.mk +++ b/base.mk @@ -2,7 +2,7 @@ DEBUG = -g -gdwarf-4 AFLAGS += --fatal-warnings -CFLAGS += -falign-functions=4 -ffunction-sections -fdata-sections -fshort-enums -ffreestanding -nostdlib -fno-builtin -finline-stringops +CFLAGS += -falign-functions=4 -ffunction-sections -fdata-sections -fshort-enums -ffreestanding -nostdlib -fno-builtin CFLAGS += -Wall -Werror -Wfatal-errors CFLAGS += -Wno-array-bounds #CFLAGS += -Wno-error=narrowing -Wno-error=unused-variable -Wno-error=array-bounds=