diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/configure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 857a188..f19272c 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml | |||
@@ -110,7 +110,7 @@ jobs: | |||
110 | ${{ matrix.src-dir || '.' }}/configure ${{ matrix.configure-args }} | 110 | ${{ matrix.src-dir || '.' }}/configure ${{ matrix.configure-args }} |
111 | env: | 111 | env: |
112 | CC: ${{ matrix.compiler }} | 112 | CC: ${{ matrix.compiler }} |
113 | CFLAGS: ${{ matrix.cflags }} -Werror | 113 | CFLAGS: ${{ matrix.cflags }} |
114 | LDFLAGS: ${{ matrix.ldflags }} | 114 | LDFLAGS: ${{ matrix.ldflags }} |
115 | CHOST: ${{ matrix.chost }} | 115 | CHOST: ${{ matrix.chost }} |
116 | 116 | ||