You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3624 Move jemalloc to an LD_PRELOAD
Linking will become an issue for the unified build and it is an issue for jemalloc 5.x. Instead we will LD_PRELOAD on the forked ColumnStore specific processes.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
# to be set before calling find_package:
|
||||
#
|
||||
# SNAPPY_ROOT_DIR Set this variable to the root installation of
|
||||
# jemalloc if the module has problems finding
|
||||
# snappy if the module has problems finding
|
||||
# the proper installation path.
|
||||
#
|
||||
# Variables defined by this module:
|
||||
@ -28,7 +28,7 @@ find_library(SNAPPY_LIBRARIES
|
||||
|
||||
find_path(SNAPPY_INCLUDE_DIR
|
||||
NAMES snappy.h
|
||||
HINTS ${JEMALLOC_ROOT_DIR}/include
|
||||
HINTS ${SNAPPY_ROOT_DIR}/include
|
||||
)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
Reference in New Issue
Block a user