build: Always build conformance tests with debug symbols

Having the conformance test suite build without debug symbols doesn't
make any sense.
This commit is contained in:
Emmanuele Bassi 2010-02-09 11:29:39 +00:00
parent e46db37c03
commit cccf23caa4

View File

@ -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)