File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969
7070 - name : Compile and Test
7171 run : |
72- meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++latest
72+ meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++latest -Db_sanitize=address
7373 meson compile -C "${{github.workspace}}/build" --verbose
7474 meson test -C "${{github.workspace}}/build" --verbose
7575 VisualStudio-clang-cl :
9292 CC : clang-cl
9393 CXX : clang-cl
9494 run : |
95- meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++latest
95+ meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++latest -Db_sanitize=address
9696 meson compile -C "${{github.workspace}}/build" --verbose
9797 meson test -C "${{github.workspace}}/build" --verbose
9898 MSYS2 :
@@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Compile and Test
143143 run : |
144- meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dnls=disabled
144+ meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dnls=disabled -Db_sanitize=address,undefined
145145 meson compile -C "${{github.workspace}}/build" --verbose
146146 meson test -C "${{github.workspace}}/build" --verbose
147147 FreeBSD :
You can’t perform that action at this time.
0 commit comments