From bede561ef57b2b6d9c7002d1b5b4274c7786e9e8 Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Tue, 17 Oct 2023 06:40:36 -0700 Subject: [PATCH] NVCC_PREPEND_FLAGS='--verbose' --- CMakeLists.txt | 4 ---- continuous_integration/home/coder/.local/bin/build-legate | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45f674dc7..bd227b459 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/continuous_integration/home/coder/.local/bin/build-legate b/continuous_integration/home/coder/.local/bin/build-legate index 758957204..a7a927c63 100755 --- a/continuous_integration/home/coder/.local/bin/build-legate +++ b/continuous_integration/home/coder/.local/bin/build-legate @@ -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