tests: drop the profiling CFLAGS from tests' Makefile
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 16 Mar 2023 08:24:47 +0000 (09:24 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 16 Mar 2023 08:24:47 +0000 (09:24 +0100)
commitdc746daef25f2f6b2ce392c991161f1186fd0f7b
tree6c31debd1280f5ba06aee94f0224d48a97c335a3
parentb81978716c7422c2afb649ff36267be62a1b8c1c
tests: drop the profiling CFLAGS from tests' Makefile

We only need the profiling flags on the library, we don't need to
generate gcov data for the test objects.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/Makefile.am