Skip to content

Commit

Permalink
CI: In the asan CI job, enable both Julia assertions and LLVM asser…
Browse files Browse the repository at this point in the history
…tions (#44366)

Co-authored-by: Jameson Nash <[email protected]>
  • Loading branch information
DilumAluthge and vtjnash committed Feb 28, 2022
1 parent d07a913 commit fa3e2fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/asan/Make.user.asan
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ override WITH_GC_DEBUG_ENV=1

# default to a debug build for better line number reporting
override JULIA_BUILD_MODE=debug

# Enable Julia assertions and LLVM assertions
FORCE_ASSERTIONS=1
LLVM_ASSERTIONS=1

0 comments on commit fa3e2fb

Please sign in to comment.