Rev 39 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
ifeq (${TARGET},debug)
CXXFLAGS += -g
CXXFLAGS += -g -Wall -Wconversion
else
CXXFLAGS += -O3 -DNDEBUG
endif
LDFLAGS += -L/usr/X11R6/lib