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
@@ -56,7 +56,7 @@
     # CFLAG
     # I intend to use -Ofast, however if gcc version < 4.6, this option is unavailable so...
     # should I care about old gcc compiler?...
-    extra_c_args = ["-w","-Ofast", "-g0"] # for C, -Ofast implies -O3 and -ffast-math
+    extra_c_args = ["-w","-Ofast"] # for C, -Ofast implies -O3 and -ffast-math
 
     # CFLAG for fermi-lite related codes
     clang = False
