summaryrefslogtreecommitdiff
path: root/cmake/configure.pl
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2014-08-03 15:16:56 +0300
committerMonty <monty@mariadb.org>2014-08-09 13:22:01 +0300
commit7375f025ee9cd39909c1ec5529ca8c4007b92368 (patch)
treecf5ed8978edf5c2a0137d56ce0c45017006a0af7 /cmake/configure.pl
parentb4c74e2ab4c3676dd081421649de83ee0fb0f63c (diff)
downloadmariadb-git-7375f025ee9cd39909c1ec5529ca8c4007b92368.tar.gz
Changes for using build scripts
Removed -DSECURITY_HARDENED=OFF for debug build scripts ignore configure
Diffstat (limited to 'cmake/configure.pl')
-rw-r--r--cmake/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/configure.pl b/cmake/configure.pl
index a71795a3bc8..b528cda70dc 100644
--- a/cmake/configure.pl
+++ b/cmake/configure.pl
@@ -167,7 +167,7 @@ foreach my $option (@ARGV)
}
if($option =~ /with-debug/)
{
- $cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug";
+ $cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug -DSECURITY_HARDENED=OFF";
next;
}
if($option =~ /with-ssl/)