]> git.cworth.org Git - acre/commitdiff
Compile with debugging symbols
authorCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 13:33:41 +0000 (05:33 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 13:33:41 +0000 (05:33 -0800)
Because we always want them, of course.

Makefile

index b1fcaeb4252b4c16ac5a82cdb80f684046e3dd59..eea865221ac925eb886b80746fa0e6e9bc73998c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ acre_test_SOURCES = \
 
 acre_test_LDFLAGS=$$(pkg-config --libs pangocairo lcms) -lm
 
-acre_test_CFLAGS=$$(pkg-config --cflags pangocairo lcms) \
+acre_test_CFLAGS=-g $$(pkg-config --cflags pangocairo lcms) \
        -Wall -Wextra -Wpointer-arith -Wstrict-prototypes \
        -Wmissing-prototypes -Wmissing-declarations \
        -Wnested-externs -Wno-unused-parameter