Skip to content

Commit 9c7efc6

Browse files
committed
test: Add ubsan to the asan build.
1 parent 22d34b7 commit 9c7efc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-DMUST_BUILD_TOXAV=ON
4747
- run: cd c-toxcore/_build && ninja install -j$(nproc)
4848
- run: |
49-
export CFLAGS="-I$PWD/c-toxcore/_install/include -fsanitize=address"
49+
export CFLAGS="-I$PWD/c-toxcore/_install/include -fsanitize=address,undefined"
5050
export LDFLAGS="-L$PWD/c-toxcore/_install/lib -Wl,-rpath,$PWD/c-toxcore/_install/lib"
5151
cython -I. $(find pytox -name "*.pyx")
5252
python3 setup.py build_ext --inplace

0 commit comments

Comments
 (0)