Blob Blame History Raw
--- src/pyOpenMS/setup.py	2014-05-31 17:33:27.924655744 +0200
+++ src/pyOpenMS/setup.orig.py	2013-11-13 15:35:16.000000000 +0100
@@ -109,7 +109,7 @@
 if iswin:
     extra_compile_args = ["/EHs", "/bigobj"]
 elif sys.platform == "linux2":
-    extra_link_args = ["-Wl,-s"]
+    extra_link_args = [ ]
 elif sys.platform == "darwin":
     # we need to manually link to the Qt Frameworks
     extra_compile_args = ["-Qunused-arguments"]