From a789f3234e95795cc6578e5ba66dea0fa1e0c7c3 Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Fri, 9 Jan 2026 12:15:43 -0300 Subject: [PATCH] Removed -save-temps. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a3fa8f..af24c84 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 +#---------------------------------------------------------------------------------------