From: Carl Worth Date: Thu, 7 Nov 2013 13:33:41 +0000 (-0800) Subject: Compile with debugging symbols X-Git-Url: https://git.cworth.org/git?p=acre;a=commitdiff_plain;h=15f50e0679a920781b3a7d00ad1156b452e14a8f Compile with debugging symbols Because we always want them, of course. --- diff --git a/Makefile b/Makefile index b1fcaeb..eea8652 100644 --- 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