File: enable_debug.patch

package info (click to toggle)
bwbasic 2.20pl2-15
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,808 kB
  • sloc: ansic: 21,005; makefile: 80
file content (17 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Enable debug
 renum was not built with the option -g and so the debug_info was
 not present.

---

--- bwbasic-2.20pl2.orig/Makefile.in
+++ bwbasic-2.20pl2/Makefile.in
@@ -62,7 +62,7 @@ bwbasic:	$(OFILES)
 
 # Added by JBV
 renum:
-	$(CC) renum.c -o renum
+	$(CC) renum.c -g -o renum
 
 # Added by Vince Mulhollon
 bwbasic.1: bwbasic.doc