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 b179eaa commit 31194d3Copy full SHA for 31194d3
.github/workflows/build-with-clang.yml
@@ -74,7 +74,7 @@ jobs:
74
export CC=$CMPLR_ROOT/bin/icx
75
export CFLAGS="-O1 -g -fno-fast-math -fno-omit-frame-pointer -fsanitize=address"
76
export CXXFLAGS="$CFLAGS"
77
- export LDFLAGS="-fsanitize=address"
+ export LDFLAGS="-fsanitize=address -shared-libsan"
78
pip install . --no-build-isolation --no-deps --verbose
79
80
# - name: Run tests under gdb
0 commit comments