Removed -save-temps.

This commit is contained in:
Daniel K. O. (dkosmari) 2026-01-09 12:15:43 -03:00 committed by Maschell
parent 3b1133c9c9
commit a789f3234e

View File

@ -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
#---------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------