Skip to content

Commit

Permalink
Rmove fast_unwind_on_malloc and malloc_context_size
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 5, 2021
1 parent 153db7a commit 9e541a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/asan/Make.user.asan
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ override WITH_GC_DEBUG_ENV=1
override JULIA_BUILD_MODE=debug

# make ASAN consume less memory
export ASAN_OPTIONS=detect_leaks=0:fast_unwind_on_malloc=0:allow_user_segv_handler=1:malloc_context_size=2
export ASAN_OPTIONS=detect_leaks=0:allow_user_segv_handler=1

0 comments on commit 9e541a2

Please sign in to comment.