Skip to content

Commit

Permalink
set ASAN_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 26, 2024
1 parent 16e5819 commit 9719b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asan_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fi
# -XX:+UseG1GC -XX:MinHeapFreeRatio=1 -XX:MaxHeapFreeRatio=1

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

0 comments on commit 9719b47

Please sign in to comment.