File: debug-file-with-no-debug-symbols

package info (click to toggle)
subtle 0.11.3224-xi-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,592 kB
  • sloc: ansic: 14,699; ruby: 3,101; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Rakefile b/Rakefile
index df122a5..31465e6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -278,7 +278,7 @@ task(:config) do
     if "yes" == @options["debug"]
       @options["cflags"] << " -g -DDEBUG"
     else
-      @options["cflags"] << " -DNDEBUG"
+      @options["cflags"] << " -g -DNDEBUG"
     end
 
     # Get revision