Making incremental linking off by default (#1154)

This commit is contained in:
Esteban Papp
2021-06-04 15:25:57 -07:00
committed by GitHub
parent d19d2aff9d
commit cf35585bc0
2 changed files with 3 additions and 3 deletions
@@ -126,7 +126,7 @@ ly_append_configurations_options(
/INCREMENTAL:NO
)
set(LY_BUILD_WITH_INCREMENTAL_LINKING_DEBUG TRUE CACHE BOOL "Indicates if incremental linking is used in debug configurations (default = TRUE)")
set(LY_BUILD_WITH_INCREMENTAL_LINKING_DEBUG FALSE CACHE BOOL "Indicates if incremental linking is used in debug configurations (default = FALSE)")
if(LY_BUILD_WITH_INCREMENTAL_LINKING_DEBUG)
ly_append_configurations_options(
COMPILATION_DEBUG