From 3b15d73506e59621108a76aefcfb5e45df7bc19d Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 10 Mar 2013 21:21:52 +0000 Subject: [PATCH] FCEUX 2.2.1 Public Release --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 70cab20e..e6f88341 100644 --- a/SConstruct +++ b/SConstruct @@ -34,8 +34,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