Skip to content

Commit

Permalink
Remove fast_unwind_on_malloc and malloc_context_size restrictions in …
Browse files Browse the repository at this point in the history
…ASAN CI (JuliaLang#42515)

No need to set ASAN_OPTIONS any more either: these options are already
set in `loader_exe.c` with `__asan_default_options`.
  • Loading branch information
tkf authored and LilithHafner committed Feb 22, 2022
1 parent 66aa129 commit 4c69adb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/asan/Make.user.asan
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ override WITH_GC_DEBUG_ENV=1

# default to a debug build for better line number reporting
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

0 comments on commit 4c69adb

Please sign in to comment.