From 0f623403b47267450723940a87fd0e80e63e1784 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)