Skip to content

Commit

Permalink
No need to set ASAN_OPTIONS any more
Browse files Browse the repository at this point in the history
These options are already set in loader_exe.c.
  • Loading branch information
tkf committed Oct 6, 2021
1 parent 9e541a2 commit 1e4182d
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:allow_user_segv_handler=1

0 comments on commit 1e4182d

Please sign in to comment.