We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101613 commit 4adbb80Copy full SHA for 4adbb80
asan_run.sh
@@ -31,6 +31,7 @@ fi
31
# -XX:+UseG1GC -XX:MinHeapFreeRatio=1 -XX:MaxHeapFreeRatio=1
32
33
if [ "$2""x" != "1x" ]; then
34
+ export ASAN_OPTIONS="halt_on_error=false,detect_leaks=0"
35
LD_PRELOAD="$asan_runtime_lib" \
36
"$java_17_or_newer_dir"/bin/java -Dapple.awt.application.name=TRIfA \
37
-Dcom.apple.mrj.application.apple.menu.about.name=TRIfA \
0 commit comments