aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pyo/remove-O3.patch
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-10-03 20:54:00 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-10-20 07:09:33 +0000
commit4654b5649c209b327774906ed888269ea84f4bd8 (patch)
treec047eec77e9b9f97fe99fa2e34f0335f40d7ec6d /testing/py3-pyo/remove-O3.patch
parent9b0882821333917b5ac26466fd02d844be11029c (diff)
downloadaports-4654b5649c209b327774906ed888269ea84f4bd8.tar.bz2
aports-4654b5649c209b327774906ed888269ea84f4bd8.tar.xz
community/py3-pyo: move from testing
Diffstat (limited to 'testing/py3-pyo/remove-O3.patch')
-rw-r--r--testing/py3-pyo/remove-O3.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/py3-pyo/remove-O3.patch b/testing/py3-pyo/remove-O3.patch
deleted file mode 100644
index 513289a4c6..0000000000
--- a/testing/py3-pyo/remove-O3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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 = []