Removed -save-temps.

This commit is contained in:
Daniel K. O. (dkosmari) 2026-01-10 11:52:55 -03:00 committed by Maschell
parent 89438aa9f3
commit 0317b390d2

View File

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