1.1 --- a/Makefile Fri Apr 12 16:26:25 2013 +0100 1.2 +++ b/Makefile Tue May 21 22:48:32 2013 +0100 1.3 @@ -167,8 +167,8 @@ 1.4 MAKE = make 1.5 CC = gcc 1.6 CXX = g++ 1.7 -CFLAGS = -Wall -pedantic -std=gnu99 $(EXT_CFLAGS) -DWD2010_SEEK_DELAY=1 -DSHOW_LEDS -DDEBUG_MAP 1.8 -CXXFLAGS= -Wall -pedantic -std=gnu++0x $(EXT_CXXFLAGS) 1.9 +CFLAGS = -O -Wall -Wextra -Wno-unused-parameter -pedantic -std=gnu99 $(EXT_CFLAGS) -DWD2010_SEEK_DELAY=1 1.10 +CXXFLAGS= -O -Wall -Wextra -Wno-unused-parameter -pedantic -std=gnu++0x $(EXT_CXXFLAGS) 1.11 LDFLAGS = $(EXT_LDFLAGS) 1.12 RM = rm 1.13 STRIP = strip