Skip to content

Commit

Permalink
Add --trace-expand for debugging CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 7, 2022
1 parent 1e0e7bc commit e26477d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
<exec dir="${native.build.path}"
failonerror="true"
executable="cmake">
<arg value="--trace-expand"/>
<arg value="${basedir}/src/main/native"/>
<arg value="-DCUDA_STATIC_RUNTIME=${CUDA_STATIC_RUNTIME}" />
<arg value="-DPER_THREAD_DEFAULT_STREAM=${PER_THREAD_DEFAULT_STREAM}" />
Expand Down

0 comments on commit e26477d

Please sign in to comment.