summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-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/)