scons: disable public release option for the next development period

This commit is contained in:
punkrockguy318 2012-12-01 20:30:55 +00:00
parent 814f7e1b68
commit fb0a9dd2ff
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ prefix = GetOption('prefix')
env = Environment(options = opts) env = Environment(options = opts)
#### Uncomment this for a public release ### #### Uncomment this for a public release ###
env.Append(CPPDEFINES=["PUBLIC_RELEASE"]) #env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
env['DEBUG'] = 0 #env['DEBUG'] = 0
############################################ ############################################
# LSB_FIRST must be off for PPC to compile # LSB_FIRST must be off for PPC to compile