Skip to content

Commit 4adbb80

Browse files
committed
set ASAN_OPTIONS
1 parent 3101613 commit 4adbb80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asan_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ fi
3131
# -XX:+UseG1GC -XX:MinHeapFreeRatio=1 -XX:MaxHeapFreeRatio=1
3232

3333
if [ "$2""x" != "1x" ]; then
34+
export ASAN_OPTIONS="halt_on_error=false,detect_leaks=0"
3435
LD_PRELOAD="$asan_runtime_lib" \
3536
"$java_17_or_newer_dir"/bin/java -Dapple.awt.application.name=TRIfA \
3637
-Dcom.apple.mrj.application.apple.menu.about.name=TRIfA \

0 commit comments

Comments
 (0)