Skip to content

Commit e342001

Browse files
Daniel K. O. (dkosmari)Maschell
authored andcommitted
Removed -save-temps.
1 parent 64787ea commit e342001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ INCLUDES := source \
3333
#---------------------------------------------------------------------------------
3434
# options for code generation
3535
#---------------------------------------------------------------------------------
36-
CFLAGS := -Wall -Werror -save-temps \
36+
CFLAGS := -Wall -Werror \
3737
-ffunction-sections -fdata-sections \
3838
$(MACHDEP) \
3939
$(BUILD_CFLAGS)

0 commit comments

Comments
 (0)