提交 986afeb4 authored 作者: Reyhane Askari's avatar Reyhane Askari

changed default value of check_stack_trace to not_checking

上级 d3c26e9d
......@@ -1511,7 +1511,7 @@ AddConfigVar('check_stack_trace',
" optimization. check_all checks if the stack trace is added"
" and check_and_skip checks all the stack trace of optimizations"
" but skips the ones that have a dummy value ",
EnumStr('check_and_skip', 'check_all', 'not_checking'),
EnumStr('not_checking', 'check_and_skip', 'check_all'),
in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论