Author: Michael R. Crusoe <crusoe@debian.org>
Description: Keep the debug symbols, we'll strip them out later
Forwarded: not-needed
--- macs.orig/setup.py
+++ macs/setup.py
@@ -54,7 +54,7 @@
     numpy_include_dir = [ numpy.get_include() ]
 
     # CFLAG
-    extra_c_args = ["-w","-O3", "-g0"]
+    extra_c_args = ["-w","-O3"]
 
     # CFLAG for fermi-lite related codes
     clang = False
