Commit 7375f025 authored by Monty's avatar Monty

Changes for using build scripts

Removed -DSECURITY_HARDENED=OFF for debug build scripts
ignore configure
parent b4c74e2a
......@@ -21,6 +21,7 @@ Makefile
TAGS
Testing/
VERSION.dep
configure
client/async_example
client/mysql
client/mysql_plugin
......
......@@ -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/)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment