From: Jérémie Astor Date: Sun, 16 Feb 2020 23:17:10 +0000 (+0100) Subject: :wrench: coverage build options X-Git-Tag: nightly~1894 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=44521267b6ca086fdbcd2be6c3af8c31114d70a9;p=gwion.git :wrench: coverage build options --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 28063943..ac70958a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: env: CFLAGS: -ftest-coverage -fprofile-arcs LDFLAGS: -ftest-coverage -fprofile-arcs - run: make CFLAGS="$CFLAGS -g -Oo" + run: make CFLAGS="$CFLAGS -g -O0" - name: Tests env: