build with debugging information for now

This commit is contained in:
Josh Holtrop 2012-09-10 21:04:02 -04:00
parent f77df195e0
commit a9c99fbe4a

View File

@ -36,7 +36,7 @@ SFML_VERSION = '2.0-rc'
BIN_DIR = 'bin' BIN_DIR = 'bin'
CXX = 'g++' CXX = 'g++'
CC = 'gcc' CC = 'gcc'
CXXFLAGS = ['-Wall', '-O2'] CXXFLAGS = ['-Wall', '-O2', '-g']
LINKFLAGS = [] LINKFLAGS = []
LIBS_client = [] LIBS_client = []
LIBS_server = [] LIBS_server = []