Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- gmemusage-0.2.orig/Makefile
+++ gmemusage-0.2/Makefile
@@ -26,7 +26,7 @@
# You shouldn't need to modify anything below this line
#
OPTIONS = $(BELL_ON_UNKNOWN_KEYPRESS) $(USE_PASTELS) $(SAVE_XSERVER_MEMORY)
-CFLAGS = $(OPTIM) -Wall $(OPTIONS)
+CFLAGS = $(OPTIM) -Wall $(OPTIONS) -g
LDFLAGS = $(OPTIM)
LIBX11 = $(LIBX11DIR) -lX11
LIBS = $(LIBX11)