diff options
author | prep <prep@lindenlab.com> | 2012-01-19 14:38:16 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-01-19 14:38:16 -0500 |
commit | e2ef5a5edce6a01724d91fde5b471b0bae18d045 (patch) | |
tree | b5b0bb9796cd893aad8ce3ca329dfcb11026b035 /indra/cmake | |
parent | e683c48e466c264642dc42997327410fb6ebae7f (diff) |
Path-196 : vbo cleanup, visual fixes (path-222)
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/00-Common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 98eeed09b3..9db0f4fff8 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -180,7 +180,7 @@ if (LINUX) # this stops us requiring a really recent glibc at runtime add_definitions(-fno-stack-protector) # linking can be very memory-hungry, especially the final viewer link - set(CMAKE_CXX_LINK_FLAGS "-Wl,--no-keep-memory") + set(CMAKE_CXX_LINK_FLAGS "-Wl,--no-keep-memory,FORCE:MULTIPLE") endif (NOT STANDALONE) endif (VIEWER) |