From 76a4d49c5deab4993a396242ace3ef7b477eae53 Mon Sep 17 00:00:00 2001 From: mkobyli <44259059+mkobyli@users.noreply.github.com> Date: Tue, 3 Mar 2020 17:52:04 +0100 Subject: [PATCH] removed profiling options from unit tests --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2