From: mkobyli <44259059+mkobyli@users.noreply.github.com> Date: Tue, 3 Mar 2020 16:52:04 +0000 (+0100) Subject: removed profiling options from unit tests X-Git-Tag: collectd-5.12.0~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2841%2Fhead;p=thirdparty%2Fcollectd.git removed profiling options from unit tests --- diff --git a/Makefile.am b/Makefile.am index b4573d781..5d794646b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1296,8 +1296,8 @@ mdevents_la_LDFLAGS = $(PLUGIN_LDFLAGS) mdevents_la_LIBADD = libignorelist.la test_plugin_mdevents_SOURCES = src/mdevents_test.c -test_plugin_mdevents_CFLAGS = $(AM_FLAGS) -fprofile-arcs -ftest-coverage -O0 -g -test_plugin_mdevents_LDFLAGS = $(PLUGIN_LDFLAGS) -fprofile-arcs +test_plugin_mdevents_CFLAGS = $(AM_FLAGS) +test_plugin_mdevents_LDFLAGS = $(PLUGIN_LDFLAGS) test_plugin_mdevents_LDADD = libplugin_mock.la check_PROGRAMS += test_plugin_mdevents TESTS += test_plugin_mdevents