From 3ac25fca126cfd01412ecbae1d806cf8a5c75bb5 Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Sat, 10 Jan 2026 12:57:13 -0300 Subject: [PATCH] Removed -save-temps. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af7511a..5122be0 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ INCLUDES := source \ #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -CFLAGS := -Wall -Werror -save-temps \ +CFLAGS := -Wall -Werror \ -ffunction-sections -fdata-sections \ $(MACHDEP) \ $(BUILD_CFLAGS)