Skip to content

Commit 31194d3

Browse files
committed
debug
1 parent b179eaa commit 31194d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
export CC=$CMPLR_ROOT/bin/icx
7575
export CFLAGS="-O1 -g -fno-fast-math -fno-omit-frame-pointer -fsanitize=address"
7676
export CXXFLAGS="$CFLAGS"
77-
export LDFLAGS="-fsanitize=address"
77+
export LDFLAGS="-fsanitize=address -shared-libsan"
7878
pip install . --no-build-isolation --no-deps --verbose
7979
8080
# - name: Run tests under gdb

0 commit comments

Comments
 (0)