diff --git a/Makefile b/Makefile index 919cd05..8a15c8e 100644 --- a/Makefile +++ b/Makefile @@ -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 -#--------------------------------------------------------------------------------------- \ No newline at end of file +#---------------------------------------------------------------------------------------