diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-06 13:40:52 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-06 13:40:52 +0100 |
commit | 82113c39b2da90e786894add61b966b167f5baeb (patch) | |
tree | 66f07ebd19d251f79c46a6c9edad4a3065d0c838 /libmysqld | |
parent | b7b25dc666a8d331d16231f9fb658af8c05ac694 (diff) | |
parent | bfcc62c748e0918d67c726c7a96d2cd04faba23c (diff) | |
download | mariadb-git-82113c39b2da90e786894add61b966b167f5baeb.tar.gz |
merge
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index cbae0ed7187..600a0e90378 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -13,8 +13,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX") -SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX") # Need to set USE_TLS, since __declspec(thread) approach to thread local # storage does not work properly in DLLs. |