xo-interpreter2: skrepl: sanitize enabled for VSM gc
This commit is contained in:
parent
9b2e27a635
commit
e69a55dc6b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ namespace xo {
|
|||
|
||||
AppConfig(const ReplConfig & repl_cfg = ReplConfig(),
|
||||
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(32 * 1024),
|
||||
const VsmConfig & vsm_cfg = VsmConfig().with_x1_debug_flag(true))
|
||||
const VsmConfig & vsm_cfg = VsmConfig().with_x1_config(VsmConfig::std_x1_config().with_debug_flag(true).with_sanitize_flag(true)))
|
||||
: repl_config_{repl_cfg}, app_arena_config_{app_arena_cfg}, vsm_config_{vsm_cfg}
|
||||
{
|
||||
//rdr_config_.reader_debug_flag_ = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue