1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Changes for using build scripts

Removed -DSECURITY_HARDENED=OFF for debug build scripts
ignore configure
This commit is contained in:
Monty
2014-08-03 15:16:56 +03:00
parent b4c74e2ab4
commit 7375f025ee
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ Makefile
TAGS
Testing/
VERSION.dep
configure
client/async_example
client/mysql
client/mysql_plugin

View File

@@ -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/)