From 4078075bcfb2acfe9327879bb0629eda5da08c55 Mon Sep 17 00:00:00 2001 From: "Daniel K. O. (dkosmari)" Date: Fri, 9 Jan 2026 12:28:09 -0300 Subject: [PATCH] Removed -save-temps. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03ae464..b5f93f2 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)