Browse Source

wscript: tweak optimization options.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
0d42bf3483
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      wscript

+ 3
- 0
wscript View File

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


Loading…
Cancel
Save