diff --git a/Makefile b/Makefile index 859b1be..9dd121d 100644 --- a/Makefile +++ b/Makefile @@ -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)