We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c195f66 commit 3f27c84Copy full SHA for 3f27c84
.github/workflows/meson.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: clang+sanitize
44
args: >-
45
- "-Db_sanitize=address,undefined"
+ -Db_lundef=false "-Db_sanitize=address,undefined"
46
extra_envs:
47
CC: clang
48
CXX: clang++
@@ -130,7 +130,7 @@ jobs:
130
if: ${{ matrix.platform != 'windows-2022' }}
131
env: ${{ matrix.mode.extra_envs }}
132
run: |
133
- meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} -Db_lundef=false ${{ matrix.mode.args }}
+ meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} ${{ matrix.mode.args }}
134
- name: Building
135
136
meson compile -C build-${{ matrix.flavor }}
0 commit comments