Use -O3 for production
This commit is contained in:
parent
491972b6c2
commit
2b87d5add6
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ beta_env = create_env('beta', {
|
|||
|
||||
release_env = create_env('release', {
|
||||
'CPPDEFINES': ['NRELEASE'],
|
||||
'CCFLAGS': ['-O2']
|
||||
'CCFLAGS': ['-O3']
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue