summaryrefslogtreecommitdiff
path: root/BUILD-CMAKE
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-12-15 22:08:42 +0100
committerSergei Golubchik <sergii@pisem.net>2011-12-15 22:08:42 +0100
commit2573f03a05ac3d1f99f8542feff9a0ce4a63c017 (patch)
treed547b7eb1f2add6910dee55b2754dc9e1bbdb871 /BUILD-CMAKE
parent1efdd5a572ef202f64ef43d1868b021cf8c60873 (diff)
downloadmariadb-git-2573f03a05ac3d1f99f8542feff9a0ce4a63c017.tar.gz
* remove WITH_DEBUG from CMakeLists.txt
* MYSQL_MAINTAINER_MODE and SAFEMALLOC take values ON/OFF/AUTO (in all builds, in none, only in debug and platform dependent) * ./configure prefers RelWithDebInfo unless the user overrides
Diffstat (limited to 'BUILD-CMAKE')
-rw-r--r--BUILD-CMAKE2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD-CMAKE b/BUILD-CMAKE
index 2f46a4581f9..060d2481241 100644
--- a/BUILD-CMAKE
+++ b/BUILD-CMAKE
@@ -134,7 +134,7 @@ as cmake-gui. It is less user-friendly compared to cmake-gui but works also
on exotic Unixes like HPUX, AIX or Solaris.
Besides storage engines, probably the most important parameter from a
-developer's point of view is WITH_DEBUG (this allows to build server with
+developer's point of view is CMAKE_BUILD_TYPE (this allows to build server with
dbug tracing library and with debug compile flags).
After changing the configuration, recompile using