From cccf23caa481a239b747d1fdd5e0ca5ae7f6682c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 9 Feb 2010 11:29:39 +0000 Subject: [PATCH] build: Always build conformance tests with debug symbols Having the conformance test suite build without debug symbols doesn't make any sense. --- tests/conform/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index 910d797fe..5934740ab 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -91,7 +91,7 @@ test_conformance_CPPFLAGS = \ -DCLUTTER_DISABLE_DEPRECATED \ -DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\" -test_conformance_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) +test_conformance_CFLAGS = -g $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) test_conformance_LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_WINSYS@-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)