Description: enable debug symbols
 enable debug symbols by passing -g to GCC when compiling
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2018-09-02
Index: madbomber/Makefile
===================================================================
--- madbomber.orig/Makefile
+++ madbomber/Makefile
@@ -30,7 +30,7 @@ NOSOUNDFLAG=__SOUND
 
 # Stuff we pass to the compiler:
 
-CFLAGS=-Wall $(SDL_CFLAGS) \
+CFLAGS=-Wall -g $(SDL_CFLAGS) \
 	-DDATA_PREFIX=\"$(DATA_PREFIX)\" -D$(NOSOUNDFLAG) -D$(TARGET_DEF)
 SDL_LIB=$(MIXER) $(IMAGE) $(SDL_LDFLAGS)
 
