File: keep_debug

package info (click to toggle)
macs 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 378,732 kB
  • sloc: ansic: 5,879; python: 4,342; sh: 451; makefile: 86
file content (14 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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