From 2334793554b569258f5887b4d020e8a9e8841379 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Thu, 19 Jul 2012 03:24:44 +0200 Subject: [PATCH] Build SLPLugin.exe without tcmalloc, for SkyDrive --- indra/llplugin/slplugin/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index 7e957d356..ea9afec16 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -55,7 +55,6 @@ set_target_properties(SLPlugin ) target_link_libraries(SLPlugin - ${GOOGLE_PERFTOOLS_LIBRARIES} ${LLPLUGIN_LIBRARIES} ${LLMESSAGE_LIBRARIES} ${LLCOMMON_LIBRARIES} @@ -82,11 +81,4 @@ if (DARWIN) ) endif (DARWIN) -if (WINDOWS) - set_target_properties(SLPlugin - PROPERTIES - LINK_FLAGS "${GOOGLE_PERFTOOLS_LINKER_FLAGS}" - ) -endif (WINDOWS) - #ll_deploy_sharedlibs_command(SLPlugin)