提交 a68dec04 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added config.mode value that was accepted but are not anymore.

上级 97f4fdfd
......@@ -317,7 +317,8 @@ predefined_modes = {'FAST_COMPILE': FAST_COMPILE,
# new modes, since it is the default mode.
AddConfigVar('mode',
"Default compilation mode",
EnumStr(*(['Mode','DEBUG_MODE', 'PROFILE_MODE'] +
EnumStr(*(['Mode','DebugMode', 'ProfileMode',
'DEBUG_MODE', 'PROFILE_MODE'] +
# NB: the 'sorted' should not be required, but it is a safety
# measure to help debugging (platform-dependent behavior is
# *not* fun to work with).
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论