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 /storage/pbxt | |
parent | ca94028a36110d0185992fff136aa1be5d196102 (diff) | |
parent | 0eae06c43007d7e59275af2d437b3c19537bab46 (diff) | |
download | mariadb-git-6ad448115bd829360145c865b659dfea65b12907.tar.gz |
merge
Diffstat (limited to 'storage/pbxt')
-rw-r--r-- | storage/pbxt/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/pbxt/CMakeLists.txt b/storage/pbxt/CMakeLists.txt index a05b1f97083..dca481ecbcf 100644 --- a/storage/pbxt/CMakeLists.txt +++ b/storage/pbxt/CMakeLists.txt @@ -25,9 +25,6 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMYSQL_SERVER") SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DMYSQL_SERVER") -SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DMYSQL_SERVER -DSAFEMALLOC -DSAFE_MUTEX -DDEBUG") -SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DMYSQL_SERVER -DSAFEMALLOC -DSAFE_MUTEX -DDEBUG") - INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/sql ${CMAKE_SOURCE_DIR}/regex ${CMAKE_SOURCE_DIR}/extra/yassl/include) |