Explicitly link libjemalloc into folly

Esse commit está contido em:
Sara Golemon
2013-07-10 17:14:12 -07:00
commit bd88f6bccd
+5
Ver Arquivo
@@ -65,3 +65,8 @@ if (FOLLY_IFUNC)
endif()
target_link_libraries(folly ${Boost_LIBRARIES} ${LIBGLOG_LIBRARY} ${LIBPTHREAD_LIBRARIES} ${LIBUNWIND_LIBRARY})
if (JEMALLOC_ENABLED)
target_link_libraries(folly ${JEMALLOC_LIB})
endif()