Removed -save-temps.

This commit is contained in:
Daniel K. O. (dkosmari) 2026-01-09 12:28:09 -03:00 committed by Maschell
parent 824e6e8ced
commit 8caeeaa8a8

View File

@ -33,7 +33,7 @@ INCLUDES := source \
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
CFLAGS := -Wall -Werror -save-temps \ CFLAGS := -Wall -Werror \
-ffunction-sections -fdata-sections \ -ffunction-sections -fdata-sections \
$(MACHDEP) \ $(MACHDEP) \
$(BUILD_CFLAGS) $(BUILD_CFLAGS)