mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use full-core gembox for clang-asan configuration.
For better coverage.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user