File: debug-g

package info (click to toggle)
cheesecutter 2.9%2Bgit20211011-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,008 kB
  • sloc: cpp: 7,795; ansic: 4,432; makefile: 62; sh: 59
file content (13 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: cheesecutter-2.9+git20181112/Makefile
===================================================================
--- cheesecutter-2.9+git20181112.orig/Makefile
+++ cheesecutter-2.9+git20181112/Makefile
@@ -1,7 +1,7 @@
 # make install DESTDIR=/home/yamo/devel/cc2/snap/parts/ccutter/install
 
 LIBS=-ldl -lstdc++
-COMFLAGS=-O2
+COMFLAGS=-O2 -g
 VERSION=$(shell cat Version)
 DFLAGS=$(COMFLAGS) $(LDFLAGS) -I./src -J./src/c64 -J./src/font
 CFLAGS:=$(COMFLAGS) $(CFLAGS)