Skip to content

Commit e08bcae

Browse files
committed
CMakeLists.txt fix
1 parent f1afee3 commit e08bcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release")
242242
message(STATUS "LTO/IPO is not supported in NVHPC Version < 23.11. Use a newer version of NVHPC for best performance.")
243243
else()
244244
message(STATUS "Performing IPO using -Mextract followed by -Minline")
245-
set(NVHPC_USE_TWO_PASS_IPO FALSE)
245+
set(NVHPC_USE_TWO_PASS_IPO TRUE)
246246
endif()
247247
else()
248248
CHECK_IPO_SUPPORTED(RESULT SUPPORTS_IPO OUTPUT IPO_ERROR)

0 commit comments

Comments
 (0)