diff options
author | kent@kent-amd64.(none) <> | 2006-12-31 01:32:21 +0100 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2006-12-31 01:32:21 +0100 |
commit | 58763e383e40331b7010bf3280904efe4d4fc3df (patch) | |
tree | fa5f0a9d02637384a995bfbff6cf3b5184b4e1df /sql/examples | |
parent | 895e442dbfe8348f69388f6d181481a1b7576ca8 (diff) | |
parent | 1b8bd0d246f26fa05f9974005dc10cc647754ee1 (diff) | |
download | mariadb-git-58763e383e40331b7010bf3280904efe4d4fc3df.tar.gz |
Merge mysql.com:/home/kent/bk/main/mysql-5.0
into mysql.com:/home/kent/bk/main/mysql-5.1
Diffstat (limited to 'sql/examples')
-rwxr-xr-x | sql/examples/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/examples/CMakeLists.txt b/sql/examples/CMakeLists.txt index d3cc430ef40..1a22e9a3efd 100755 --- a/sql/examples/CMakeLists.txt +++ b/sql/examples/CMakeLists.txt @@ -1,3 +1,18 @@ +# Copyright (C) 2006 MySQL AB +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# 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") |