diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-06 13:01:23 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2010-12-06 13:01:23 +0100 |
commit | 6ad448115bd829360145c865b659dfea65b12907 (patch) | |
tree | 4bc7cecc70f786ee643979482ac91d07750df093 /libmysqld | |
parent | ca94028a36110d0185992fff136aa1be5d196102 (diff) | |
parent | 0eae06c43007d7e59275af2d437b3c19537bab46 (diff) | |
download | mariadb-git-6ad448115bd829360145c865b659dfea65b12907.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 332dd206e15..e50e89082cd 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. |