wscript: tweak optimization options.

pull/116/head
Jonathan Moore Liles 2013-07-20 17:41:53 -07:00
parent 50d5411411
commit 0d42bf3483
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ def configure(conf):
"-O3",
"-fomit-frame-pointer",
"-ffast-math",
"-msse",
"-mfpmath=sse",
"-ftree-vectorize",
# "-fstrength-reduce",
"-pipe"
]