forked from pool/python-pymol
OBS-URL: https://build.opensuse.org/request/show/1103513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pymol?expand=0&rev=16
12 lines
253 B
Diff
12 lines
253 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -272,8 +272,6 @@ ext_comp_args = [
|
|
"-Wno-narrowing",
|
|
# legacy stuff
|
|
'-Wno-char-subscripts',
|
|
- # optimizations
|
|
- "-Og" if DEBUG else "-O3",
|
|
] if not WIN else []
|
|
ext_link_args = []
|
|
ext_objects = []
|