summaryrefslogtreecommitdiff
path: root/cmake/build_configurations
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-03-14 17:22:45 +0100
committerSergei Golubchik <serg@mariadb.org>2020-03-16 01:13:01 +0100
commit8fd654ce0e555691d4e2c9477793f8bddb2c169c (patch)
tree06e9564a6f37173a95973a2b61d08ca43ccb880b /cmake/build_configurations
parent47e220a3a7ce90af854fbfb7271ab9b793d0f2fc (diff)
downloadmariadb-git-8fd654ce0e555691d4e2c9477793f8bddb2c169c.tar.gz
MDEV-21943 reduce the binary tarball size
strip all client binaries (that is, not mysqld) in bintars
Diffstat (limited to 'cmake/build_configurations')
-rw-r--r--cmake/build_configurations/mysql_release.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
index 1ead7aa2a9b..ef969ee5f20 100644
--- a/cmake/build_configurations/mysql_release.cmake
+++ b/cmake/build_configurations/mysql_release.cmake
@@ -108,6 +108,7 @@ ELSE()
SET(WITH_ZLIB bundled CACHE STRING "")
SET(WITH_JEMALLOC static CACHE STRING "")
SET(PLUGIN_AUTH_SOCKET STATIC CACHE STRING "")
+ SET(WITH_STRIPPED_CLIENT ON CACHE BOOL "Strip all client binaries")
ENDIF()
IF(NOT COMPILATION_COMMENT)