From: Jérémie Astor Date: Sat, 7 Dec 2019 10:42:28 +0000 (+0100) Subject: :art: Update X-Git-Tag: nightly~2057 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ac13b9c950a40472d0ff24e7e076ded49b84cec3;p=gwion.git :art: Update --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e3b6c8de..ddf51d90 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -17,8 +17,6 @@ jobs: - name: make env: USE_DOUBLE: ${{ matrix.double }} - CFLAGS: -fsanitize=address -fno-omit-frame-pointer - LDFLAGS: -fsanitize=address -fno-omit-frame-pointer run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - name: make test ${{ runner.temp }} env: