This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
wscript: tweak optimization options.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
50d5411411
commit
0d42bf3483
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
wscript
+ 3
- 0
wscript
View File
@@ -37,6 +37,9 @@ def configure(conf):
"-O3",
"-fomit-frame-pointer",
"-ffast-math",
"-msse",
"-mfpmath=sse",
"-ftree-vectorize",
# "-fstrength-reduce",
"-pipe"
]
Write
Preview
Loading…
Cancel
Save