]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
removed profiling options from unit tests 2841/head
authormkobyli <44259059+mkobyli@users.noreply.github.com>
Tue, 3 Mar 2020 16:52:04 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 16:52:04 +0000 (17:52 +0100)
Makefile.am

index b4573d78140583fe16cfe97fc48081cb07fa5461..5d794646b1b93c67a340141e09120811fff81c51 100644 (file)
@@ -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