From fb0a9dd2fff1b3f4b1f885ca92890d8d3376948e Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sat, 1 Dec 2012 20:30:55 +0000 Subject: [PATCH] scons: disable public release option for the next development period --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 32aff63b..ad23409f 100644 --- a/SConstruct +++ b/SConstruct @@ -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