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 22d34b7 commit 9c7efc6Copy full SHA for 9c7efc6
.circleci/config.yml
@@ -46,7 +46,7 @@ jobs:
46
-DMUST_BUILD_TOXAV=ON
47
- run: cd c-toxcore/_build && ninja install -j$(nproc)
48
- run: |
49
- export CFLAGS="-I$PWD/c-toxcore/_install/include -fsanitize=address"
+ export CFLAGS="-I$PWD/c-toxcore/_install/include -fsanitize=address,undefined"
50
export LDFLAGS="-L$PWD/c-toxcore/_install/lib -Wl,-rpath,$PWD/c-toxcore/_install/lib"
51
cython -I. $(find pytox -name "*.pyx")
52
python3 setup.py build_ext --inplace
0 commit comments