Skip to content

Commit

Permalink
Changes for using build scripts
Browse files Browse the repository at this point in the history
Removed -DSECURITY_HARDENED=OFF for debug build scripts
ignore configure
  • Loading branch information
montywi committed Aug 9, 2014
1 parent b4c74e2 commit 7375f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Makefile
TAGS
Testing/
VERSION.dep
configure
client/async_example
client/mysql
client/mysql_plugin
Expand Down
2 changes: 1 addition & 1 deletion cmake/configure.pl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ sub check_compiler
}
if($option =~ /with-debug/)
{
$cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug";
$cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug -DSECURITY_HARDENED=OFF";
next;
}
if($option =~ /with-ssl/)
Expand Down

0 comments on commit 7375f02

Please sign in to comment.