didn't mean to commit the previous SConstruct, back to normal

This commit is contained in:
xhainingx 2013-04-12 01:34:48 +00:00
parent 6e1137a269
commit a666ca9b4b
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ import platform
opts = Variables(None, ARGUMENTS)
opts.AddVariables(
BoolVariable('DEBUG', 'Build with debugging symbols', 0),
BoolVariable('RELEASE', 'Set to 1 to build for release', 1),
BoolVariable('DEBUG', 'Build with debugging symbols', 1),
BoolVariable('RELEASE', 'Set to 1 to build for release', 0),
BoolVariable('FRAMESKIP', 'Enable frameskipping', 1),
BoolVariable('OPENGL', 'Enable OpenGL support', 1),
BoolVariable('LUA', 'Enable Lua support', 1),