diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-16 12:55:19 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-16 12:55:19 +0900 |
| commit | d6164817f5720b7bebd65bca6d1f3c05491ba46e (patch) | |
| tree | 37b556ad3b6b8da59905f55556445e0211c2e490 /build_config | |
| parent | 7470337a8250ea8efe1db4ffb4129a0b5779f131 (diff) | |
| download | mruby-d6164817f5720b7bebd65bca6d1f3c05491ba46e.tar.gz mruby-d6164817f5720b7bebd65bca6d1f3c05491ba46e.zip | |
Use `full-core` gembox for `clang-asan` configuration.
For better coverage.
Diffstat (limited to 'build_config')
| -rw-r--r-- | build_config/clang-asan.rb | 2 |
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" |
