blob: 513289a4c636bf1f78310464f5fc0f6ab87ded9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN a/setup.py b/setup.py
--- a/setup.py 2017-08-29 21:11:55.290997348 +0200
+++ b/setup.py 2017-08-29 21:12:13.690639738 +0200
@@ -89,7 +89,7 @@
sys.argv.remove('--fast-compile')
oflag = "-O0"
else:
- oflag = "-O3"
+ oflag = "-Os"
# Specific audio drivers source files to compile
ad_files = []
|