Removed -save-temps.
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Daniel K. O. (dkosmari) 2026-01-10 12:57:13 -03:00 committed by Maschell
parent 5173f8609c
commit 0f623403b4

View File

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