tqchen commented on code in PR #584:
URL: https://github.com/apache/tvm-ffi/pull/584#discussion_r3229115438
##########
python/tvm_ffi/cpp/extension.py:
##########
@@ -600,6 +603,12 @@ def build_ninja(build_dir: str) -> None:
raise RuntimeError("\n".join(msg))
+ if os.environ.get("TVM_FFI_LOG_BUILD") in ("1", "stdout"):
Review Comment:
given it is specific to CPP_EXTENSION, would be useful to do
TVM_FFI_CPP_EXTENSION_LOG_BUILD
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]