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

Don't check c code in debugmode by default is there is no c++ compiler.

上级 0a7e5860
......@@ -35,7 +35,7 @@ AddConfigVar('DebugMode.patience',
AddConfigVar('DebugMode.check_c',
"Run C implementations where possible",
BoolParam(True),
BoolParam(bool(theano.config.cxx)),
in_c_key=False)
AddConfigVar('DebugMode.check_py',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论