scons: disable public release option for the next development period
This commit is contained in:
parent
814f7e1b68
commit
fb0a9dd2ff
|
@ -33,8 +33,8 @@ prefix = GetOption('prefix')
|
|||
env = Environment(options = opts)
|
||||
|
||||
#### Uncomment this for a public release ###
|
||||
env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
|
||||
env['DEBUG'] = 0
|
||||
#env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
|
||||
#env['DEBUG'] = 0
|
||||
############################################
|
||||
|
||||
# LSB_FIRST must be off for PPC to compile
|
||||
|
|
Loading…
Reference in New Issue