From 15f50e0679a920781b3a7d00ad1156b452e14a8f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 7 Nov 2013 05:33:41 -0800 Subject: [PATCH] Compile with debugging symbols Because we always want them, of course. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0