Skip to content

fix coverage flag such that it can be used by apps

Dominik Thoennes requested to merge fix-coverage-flag into master

This is a minor fix which is necessary for e.g. hyteg to use the WALBERLA_BUILD_WITH_GCOV option. I am not fully understanding the problem but the --coverage flag is not correctly used when added to the FLAGS_CXX_DEBUG variable.

Merge request reports