We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb53d2b commit b168738Copy full SHA for b168738
1 file changed
scripts/sanitize.sh
@@ -19,11 +19,6 @@ if [[ $(uname -s) == 'Darwin' ]]; then
19
SHARED_LIB_EXT=.dylib
20
fi
21
22
-if [[ $(uname -s) == 'Linux' ]]; then
23
- ./node_modules/.bin/mason-js install binutils=2.30 --type=compiled
24
- ./node_modules/.bin/mason-js link binutils=2.30 --type=compiled
25
- export PATH=$(pwd)/mason_packages/.link/bin:${PATH}
26
-fi
27
export MASON_LLVM_RT_PRELOAD=$(pwd)/$(ls mason_packages/.link/lib/clang/*/lib/*/libclang_rt.asan*${SHARED_LIB_EXT})
28
SUPPRESSION_FILE="/tmp/leak_suppressions.txt"
29
echo "leak:__strdup" > ${SUPPRESSION_FILE}
0 commit comments