From: Jérémie Astor Date: Sun, 16 Feb 2020 23:15:13 +0000 (+0100) Subject: :wrench: coverage build options X-Git-Tag: nightly~1896 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0116da362166e2941b8f2e6cb216909651e865fb;p=gwion.git :wrench: coverage build options --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2b3d6200..c75ddf19 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,9 +23,9 @@ jobs: - name: make env: - CFLAGS: -ftest-coverage -fprofile-arcs + CFLAGS: -ftest-coverage -fprofile-arcs LDFLAGS: -ftest-coverage -fprofile-arcs - run: make + run: make CFLAGS="$CFLAGS -g -0o" - name: Tests env: