Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build_config/clang-asan.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
MRuby::Build.new do |conf|
# Address/Undefined sanitizer build in a dedicated build directory
# (build/clang-asan) so it does not clobber a normal host build.
MRuby::Build.new('clang-asan') do |conf|
conf.toolchain :clang
# include the GEM box
conf.gembox 'full-core'
Expand Down
Loading