提交 ad01f5b1 authored 作者: Frederic's avatar Frederic

remove the config cmodule.warn_no_version from the compile key.

上级 e74b8e01
...@@ -39,7 +39,8 @@ AddConfigVar('cmodule.warn_no_version', ...@@ -39,7 +39,8 @@ AddConfigVar('cmodule.warn_no_version',
"with C code that can't be cached because there is no " "with C code that can't be cached because there is no "
"c_code_cache_version() function associated to at least one of " "c_code_cache_version() function associated to at least one of "
"those Ops.", "those Ops.",
BoolParam(False)) BoolParam(False),
in_c_key=False)
def local_bitwidth(): def local_bitwidth():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论