There was an error while loading. Please reload this page.
1 parent e0d96ab commit 7febf22Copy full SHA for 7febf22
1 file changed
Tools/pixi-packages/build.sh
@@ -7,7 +7,7 @@ if [[ "${PYTHON_VARIANT}" == "freethreading" ]]; then
7
elif [[ "${PYTHON_VARIANT}" == "asan" ]]; then
8
CONFIGURE_EXTRA="--with-address-sanitizer"
9
export ASAN_OPTIONS="strict_init_order=true"
10
- if [[ "$target_platform" == linux-* ]]; then
+ if [[ "$target_platform" == linux-* && "$c_compiler" == "clang" ]]; then
11
export LDFLAGS="-shared-libsan $LDFLAGS"
12
fi
13
elif [[ "${PYTHON_VARIANT}" == "tsan_freethreading" ]]; then
0 commit comments