提交 49091e90 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove FAST_RUN_NOGC from the acceptable value of flag mode. People should use…

remove FAST_RUN_NOGC from the acceptable value of flag mode. People should use the flag linker=c|py_nogc
上级 827e7c79
......@@ -27,9 +27,12 @@ AddConfigVar('force_device',
BoolParam(False)
)
#Don't add FAST_RUN_NOGC to this list(as well as other ALL CAPS short cut)
#The way to get FAST_RUN_NOGC is with the flag 'linker=c|py_nogc'
#The old all capital letter way of working is deprecated as it is not scalable.
AddConfigVar('mode',
"Default compilation mode",
EnumStr('Mode', 'ProfileMode', 'DebugMode', 'FAST_RUN', 'FAST_COMPILE', 'PROFILE_MODE', 'DEBUG_MODE', 'FAST_RUN_NOGC'))
EnumStr('Mode', 'ProfileMode', 'DebugMode', 'FAST_RUN', 'FAST_COMPILE', 'PROFILE_MODE', 'DEBUG_MODE'))
# Test whether or not gcc is present: disable C code if it is not
try:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论