aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyo/remove-O3.patch
blob: de03148327b16901587ea67e0432ad28ee036f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.py b/setup.py
index 261338e..66188a5 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ if '--fast-compile' in sys.argv:
     sys.argv.remove('--fast-compile')
     oflag = ["-O0"]
 else:
-    oflag = ["-O3"]
+    oflag = ["-Os"]
 
 # Specific audio drivers source files to compile
 ad_files = []