mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
14 lines
321 B
Diff
14 lines
321 B
Diff
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 = []
|
|
|