mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
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:
parent
e46db37c03
commit
cccf23caa4
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user