Makefile

changeset 137
994d03cdcba2
parent 112
a392eb8f9806
child 151
b63a3999e2e7
     1.1 --- a/Makefile	Thu Apr 11 09:18:31 2013 +0100
     1.2 +++ b/Makefile	Thu Apr 11 09:36:53 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)
     1.8 -CXXFLAGS=	-Wall -pedantic -std=gnu++0x $(EXT_CXXFLAGS)
     1.9 +CFLAGS	=	-O -Wall -pedantic -std=gnu99 $(EXT_CFLAGS)
    1.10 +CXXFLAGS=	-O -Wall -pedantic -std=gnu++0x $(EXT_CXXFLAGS)
    1.11  LDFLAGS	=	$(EXT_LDFLAGS)
    1.12  RM		=	rm
    1.13  STRIP	=	strip