diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-10-01 13:32:30 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-10-01 13:32:30 -0500 | 
| commit | 845f0049324d588de1c4f5096e646b5c8a7e1e8c (patch) | |
| tree | 716f1f4e68e085c43fedeb382f240c4257c98df4 /indra/cmake | |
| parent | 761cbd5693acc68f3590bbdf6fcdc9b446624cfe (diff) | |
disable incremental linking by default as per vir's request.
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/Variables.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index 02fb4ea459..bc517cde49 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -25,6 +25,7 @@ set(SERVER_PREFIX)  set(VIEWER_PREFIX)  set(INTEGRATION_TESTS_PREFIX)  set(LL_TESTS ON CACHE BOOL "Build and run unit and integration tests (disable for build timing runs to reduce variation") +set(INCREMENTAL_LINK OFF CACHE BOOL "Use incremental linking on win32 builds (enable for faster links on some machines)")  set(LIBS_CLOSED_DIR ${CMAKE_SOURCE_DIR}/${LIBS_CLOSED_PREFIX})  set(LIBS_OPEN_DIR ${CMAKE_SOURCE_DIR}/${LIBS_OPEN_PREFIX}) | 
