Build SLPLugin.exe without tcmalloc, for SkyDrive
This commit is contained in:
@@ -55,7 +55,6 @@ set_target_properties(SLPlugin
|
|||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(SLPlugin
|
target_link_libraries(SLPlugin
|
||||||
${GOOGLE_PERFTOOLS_LIBRARIES}
|
|
||||||
${LLPLUGIN_LIBRARIES}
|
${LLPLUGIN_LIBRARIES}
|
||||||
${LLMESSAGE_LIBRARIES}
|
${LLMESSAGE_LIBRARIES}
|
||||||
${LLCOMMON_LIBRARIES}
|
${LLCOMMON_LIBRARIES}
|
||||||
@@ -82,11 +81,4 @@ if (DARWIN)
|
|||||||
)
|
)
|
||||||
endif (DARWIN)
|
endif (DARWIN)
|
||||||
|
|
||||||
if (WINDOWS)
|
|
||||||
set_target_properties(SLPlugin
|
|
||||||
PROPERTIES
|
|
||||||
LINK_FLAGS "${GOOGLE_PERFTOOLS_LINKER_FLAGS}"
|
|
||||||
)
|
|
||||||
endif (WINDOWS)
|
|
||||||
|
|
||||||
#ll_deploy_sharedlibs_command(SLPlugin)
|
#ll_deploy_sharedlibs_command(SLPlugin)
|
||||||
|
|||||||
Reference in New Issue
Block a user