Add CMake flag to log C API invocations, to aid debugging (#5925)

* Add CMake flag to log C API invocations, to aid debugging

* Remove unnecessary parentheses
This commit is contained in:
Philip Hyunsu Cho
2020-07-30 19:24:28 -07:00
committed by GitHub
parent 3b88bc948f
commit 3fcfaad577
6 changed files with 18 additions and 1 deletions

View File

@@ -84,6 +84,8 @@
<executable>python</executable>
<arguments>
<argument>create_jni.py</argument>
<argument>--log-capi-invocation</argument>
<argument>${log.capi.invocation}</argument>
<argument>--use-cuda</argument>
<argument>${use.cuda}</argument>
</arguments>