提交 d0c93bbe authored 作者: Hengjean's avatar Hengjean 提交者: Frederic

Added flag, defaulted to False.

上级 99157a6d
...@@ -538,3 +538,10 @@ AddConfigVar('check_input', ...@@ -538,3 +538,10 @@ AddConfigVar('check_input',
"(particularly for scalars) and reduce the number of generated C " "(particularly for scalars) and reduce the number of generated C "
"files.", "files.",
BoolParam(True)) BoolParam(True))
AddConfigVar('cache_optimizations',
"Specify if the optimization cache should be used. This cache will"
"any optimized graph and its optimization. Actually slow downs a lot"
"the first optimization, and could possibly still contains some bugs."
"Use at your own risks.",
BoolParam(False))
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论