diff --git a/Makefile b/Makefile index dedcd73..54a03ae 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ INCLUDES := source #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -CFLAGS := -Wall -Werror -save-temps \ +CFLAGS := -Wall -Werror \ -ffunction-sections -fdata-sections \ $(MACHDEP) \ $(BUILD_CFLAGS)