Skip to content

Commit d261458

Browse files
authored
Remove fast_unwind_on_malloc and malloc_context_size restrictions in ASAN CI (#42515)
No need to set ASAN_OPTIONS any more either: these options are already set in `loader_exe.c` with `__asan_default_options`.
1 parent 2010d95 commit d261458

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/asan/Make.user.asan

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ override WITH_GC_DEBUG_ENV=1
1818

1919
# default to a debug build for better line number reporting
2020
override JULIA_BUILD_MODE=debug
21-
22-
# make ASAN consume less memory
23-
export ASAN_OPTIONS=detect_leaks=0:fast_unwind_on_malloc=0:allow_user_segv_handler=1:malloc_context_size=2

0 commit comments

Comments
 (0)