Skip to content

Commit

Permalink
Changing log level back to VERBOSE from DEBUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Oct 16, 2023
1 parent 5ad57b6 commit 0043404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/conda-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CMAKE_ARGS="$(echo "$CMAKE_ARGS" | sed -r "s@_INCLUDE=ONLY@_INCLUDE=BOTH@g")"

# Add our options to conda's CMAKE_ARGS
CMAKE_ARGS+="
--log-level=DEBUG
--log-level=VERBOSE
-DBUILD_MARCH=nocona
-DLegion_USE_OpenMP=ON
-DLegion_USE_Python=ON
Expand Down

0 comments on commit 0043404

Please sign in to comment.