This commit is contained in:
Bryan Hoyle 2012-07-20 13:45:13 -04:00
parent 22990b680c
commit 85bb0b8506

View File

@ -98,7 +98,7 @@ if(GetOption('lin32') or GetOption('lin64')):
if(GetOption('release')):
ev.Append(CCFLAGS='-O3')
env.Append(CCFLAGS='-O3')
if(GetOption('opengl')):
env.Append(CPPDEFINES=["OGLI", "PIX32OGL"])