diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-10-18 15:38:32 -0200 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-10-18 15:38:32 -0200 |
commit | f74117048514e4fe5378da7021f62b839680a767 (patch) | |
tree | 4d0227ce8642b3270ca6cbdb19db2c45f693f993 /CMakeLists.txt | |
parent | ff72d36125e0faf3f2bfc3f7f4eb0182d13b527b (diff) | |
parent | c474fcfab93cdfc24155f5bbd4be24e8de519df9 (diff) | |
download | mariadb-git-f74117048514e4fe5378da7021f62b839680a767.tar.gz |
Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5eddad4ad15..f6a95317260 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,8 @@ SET(BUILDTYPE_DOCSTRING IF(WITH_DEBUG) SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE) + SET(MYSQL_MAINTAINER_MODE ON CACHE BOOL + "MySQL maintainer-specific development environment") SET(OLD_WITH_DEBUG 1 CACHE INTERNAL "" FORCE) ELSEIF(NOT HAVE_CMAKE_BUILD_TYPE OR OLD_WITH_DEBUG) IF(CUSTOM_C_FLAGS) |