skrepl: enable VsmConfig debug
This commit is contained in:
parent
0f8494427e
commit
433859fbfd
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ namespace xo {
|
||||||
|
|
||||||
AppConfig(const ReplConfig & repl_cfg = ReplConfig(),
|
AppConfig(const ReplConfig & repl_cfg = ReplConfig(),
|
||||||
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(16 * 1024),
|
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(16 * 1024),
|
||||||
const VsmConfig & vsm_cfg = VsmConfig())
|
const VsmConfig & vsm_cfg = VsmConfig().with_x1_debug_flag(true))
|
||||||
: repl_config_{repl_cfg}, app_arena_config_{app_arena_cfg}, vsm_config_{vsm_cfg}
|
: repl_config_{repl_cfg}, app_arena_config_{app_arena_cfg}, vsm_config_{vsm_cfg}
|
||||||
{
|
{
|
||||||
//rdr_config_.reader_debug_flag_ = true;
|
//rdr_config_.reader_debug_flag_ = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue