Subversion Repositories gelsvn

Rev

Rev 39 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 39 Rev 136
Line 1... Line 1...
1
ifeq (${TARGET},debug)
1
ifeq (${TARGET},debug)
2
CXXFLAGS 	+= -g
2
CXXFLAGS 	+= -g -Wall -Wconversion
3
else
3
else
4
CXXFLAGS 	+= -O3 -DNDEBUG
4
CXXFLAGS 	+= -O3 -DNDEBUG
5
endif 
5
endif 
6
 
6
 
7
LDFLAGS    	+= -L/usr/X11R6/lib
7
LDFLAGS    	+= -L/usr/X11R6/lib