FCEUX 2.2.1 Public Release

This commit is contained in:
punkrockguy318 2013-03-10 21:21:52 +00:00
parent bb03b4e7e3
commit 3b15d73506
1 changed files with 2 additions and 2 deletions

View File

@ -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