workflow: Build with UBSAN enabled
This commit is contained in:
parent
7ebab98e91
commit
2bf841e22a
|
@ -36,8 +36,8 @@ jobs:
|
|||
libc-ares-dev \
|
||||
cmake \
|
||||
cmake-data
|
||||
echo 'CPPFLAGS=-fsanitize=address' >> $GITHUB_ENV
|
||||
echo 'LDFLAGS=-fsanitize=address' >> $GITHUB_ENV
|
||||
echo 'CPPFLAGS=-fsanitize=address,undefined -fno-sanitize-recover=undefined -g' >> $GITHUB_ENV
|
||||
echo 'LDFLAGS=-fsanitize=address,undefined -fno-sanitize-recover=undefined' >> $GITHUB_ENV
|
||||
- name: MacOS setup
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue