Skip to content

Commit

Permalink
NVCC_PREPEND_FLAGS='--verbose'
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Oct 17, 2023
1 parent e631f78 commit bede561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ else()
include(${CMAKE_CURRENT_SOURCE_DIR}/legate_core_python.cmake)
endif()


# Set the verbose flag for nvcc
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --verbose")

if(CMAKE_GENERATOR STREQUAL "Ninja")
function(add_touch_legate_core_ninja_build_target)
set(_suf )
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/home/coder/.local/bin/build-legate
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build_legate_all() {

build_legate_release() {
export CONDA_BUILD_THREADS=1
export NVCC_PREPEND_FLAGS='--verbose'
. conda-utils
activate_conda_env
mkdir -p /tmp/env_yaml /tmp/conda-build
Expand Down

0 comments on commit bede561

Please sign in to comment.