Use -O3 for production

This commit is contained in:
Eryn Wells 2014-07-13 09:10:41 -07:00
parent 491972b6c2
commit 2b87d5add6

View file

@ -165,7 +165,7 @@ beta_env = create_env('beta', {
release_env = create_env('release', {
'CPPDEFINES': ['NRELEASE'],
'CCFLAGS': ['-O2']
'CCFLAGS': ['-O3']
})