build with debugging information for now
This commit is contained in:
parent
f77df195e0
commit
a9c99fbe4a
@ -36,7 +36,7 @@ SFML_VERSION = '2.0-rc'
|
||||
BIN_DIR = 'bin'
|
||||
CXX = 'g++'
|
||||
CC = 'gcc'
|
||||
CXXFLAGS = ['-Wall', '-O2']
|
||||
CXXFLAGS = ['-Wall', '-O2', '-g']
|
||||
LINKFLAGS = []
|
||||
LIBS_client = []
|
||||
LIBS_server = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user