diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-08-02 12:49:27 +0200 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-08-02 12:49:27 +0200 |
commit | 74267ad9b83266a860a6e370cf22c64a56e1333d (patch) | |
tree | 57bf393f7a2f1a8b24ee5f13e2347f0c49854f67 /dbug | |
parent | 88ef9a421440eec1621de6e45be3746d6377f97d (diff) | |
download | mariadb-git-74267ad9b83266a860a6e370cf22c64a56e1333d.tar.gz |
CMakeLists.txt (several), make_win_bin_dist:
Aligned client library build and use with the Unix version when it
comes to what source to include directly in the builds, and what
libraries to link with (bug#30118).
Also reviewed, corrected and made more clear when static or dynamic
Thread Local Storage is to be used. Some code duplication was removed,
and some redundant library usage were removed, reducing the risk of
incorrect TLS usage.
Diffstat (limited to 'dbug')
-rwxr-xr-x | dbug/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbug/CMakeLists.txt b/dbug/CMakeLists.txt index 375fd19fb40..34f44f9a720 100755 --- a/dbug/CMakeLists.txt +++ b/dbug/CMakeLists.txt @@ -13,7 +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 -D__WIN32__") SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX") INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) |