diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-03-17 17:18:46 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-03-22 15:42:10 +0100 |
commit | 07c3e902100a92351977fc6fe08c3233ef92218c (patch) | |
tree | 717637d6975e177c41789595baa089adb05295c2 /cmake/build_configurations | |
parent | a794db9ade4d6e2d7802c84b05dcc25bb40ed681 (diff) | |
download | mariadb-git-07c3e902100a92351977fc6fe08c3233ef92218c.tar.gz |
MDEV-18954 numa dynamic dependency
don't link with libnuma in release builds
Diffstat (limited to 'cmake/build_configurations')
-rw-r--r-- | cmake/build_configurations/mysql_release.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index 657fa7eefed..7753366add3 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -87,6 +87,7 @@ IF(FEATURE_SET) ENDIF() SET(WITH_INNODB_SNAPPY OFF CACHE STRING "") +SET(WITH_NUMA 0 CACHE BOOL "") IF(WIN32) SET(INSTALL_MYSQLTESTDIR "" CACHE STRING "") SET(INSTALL_SQLBENCHDIR "" CACHE STRING "") |