diff --git a/Makefile b/Makefile index 2c9fcb2..529df56 100644 --- a/Makefile +++ b/Makefile @@ -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)