diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-10-02 16:14:59 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-10-02 16:14:59 +0400 |
commit | b966a29740e9294548aa4180d56add41ba6c8024 (patch) | |
tree | 6025f2e74170a126543bc10e3fca5b4093083949 /strings | |
parent | 78c65d561cc3f215e237a04484ece0a5229fb410 (diff) | |
parent | d23d61ef60850ed46e25bec563e8faf45a3b98fe (diff) | |
download | mariadb-git-b966a29740e9294548aa4180d56add41ba6c8024.tar.gz |
Merge from mysq-next-mr-wtf.
Diffstat (limited to 'strings')
-rwxr-xr-x | strings/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/strings/CMakeLists.txt b/strings/CMakeLists.txt index 3d9de566670..294a129fc1b 100755 --- a/strings/CMakeLists.txt +++ b/strings/CMakeLists.txt @@ -13,9 +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} -D_DEBUG -DSAFEMALLOC -DSAFE_MUTEX") -SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUTEX") - INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) SET(STRINGS_SOURCES bchange.c bcmp.c bfill.c bmove512.c bmove_upp.c ctype-big5.c ctype-bin.c ctype-cp932.c |