--- Makefile.old 2012-11-15 12:56:50.643838883 +0100 +++ Makefile 2012-11-15 12:57:11.315195905 +0100 @@ -50,7 +50,7 @@ CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition # Compiler optimizations -CC_OPTS = -O2 -ggdb -ffunction-sections -fdata-sections +CC_OPTS = -ffunction-sections -fdata-sections CC = $(CROSS_DIR)$(CROSS)gcc STRIP = $(CROSS_DIR)$(CROSS)strip