Core/Misc: Disable G3D buffer pools if jemalloc is enabled

This commit is contained in:
jackpoz
2015-06-08 20:45:12 +02:00
parent dbaf88566b
commit d78eae1eaf

View File

@@ -2,6 +2,7 @@
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
if (NOT NOJEM)
set(JEMALLOC_LIBRARY "jemalloc")
add_definitions(-DNO_BUFFERPOOL)
message(STATUS "UNIX: Using jemalloc")
endif()
endif()