summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-02-16 12:55:19 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-02-16 12:55:19 +0900
commitd6164817f5720b7bebd65bca6d1f3c05491ba46e (patch)
tree37b556ad3b6b8da59905f55556445e0211c2e490
parent7470337a8250ea8efe1db4ffb4129a0b5779f131 (diff)
downloadmruby-d6164817f5720b7bebd65bca6d1f3c05491ba46e.tar.gz
mruby-d6164817f5720b7bebd65bca6d1f3c05491ba46e.zip
Use `full-core` gembox for `clang-asan` configuration.
For better coverage.
-rw-r--r--build_config/clang-asan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/clang-asan.rb b/build_config/clang-asan.rb
index 5ee0d9129..19cc53bf0 100644
--- a/build_config/clang-asan.rb
+++ b/build_config/clang-asan.rb
@@ -1,7 +1,7 @@
MRuby::Build.new do |conf|
conf.toolchain :clang
# include the GEM box
- conf.gembox 'default'
+ conf.gembox 'full-core'
# Turn on `enable_debug` for better debugging
conf.enable_sanitizer "address,undefined"