Use full-core gembox for clang-asan configuration.

For better coverage.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-02-16 12:55:19 +09:00
parent 7470337a82
commit d6164817f5
+1 -1
View File
@@ -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"