From d5c56f60ac59eb6a91539e0f0d2a55f039003fbd Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Sat, 10 Jan 2026 13:51:04 -0300 Subject: [PATCH] Removed -save-temps. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 919cd05..8a15c8e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -CFLAGS := -g -Wall -Werror -save-temps \ +CFLAGS := -g -Wall -Werror \ -ffunction-sections -fdata-sections \ $(MACHDEP) \ $(BUILD_CFLAGS) @@ -152,4 +152,4 @@ $(OFILES_SRC) : $(HFILES) #--------------------------------------------------------------------------------------- endif -#--------------------------------------------------------------------------------------- \ No newline at end of file +#---------------------------------------------------------------------------------------