Skip to content

Commit 7375f02

Browse files
committed
Changes for using build scripts
Removed -DSECURITY_HARDENED=OFF for debug build scripts ignore configure
1 parent b4c74e2 commit 7375f02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Makefile
2121
TAGS
2222
Testing/
2323
VERSION.dep
24+
configure
2425
client/async_example
2526
client/mysql
2627
client/mysql_plugin

cmake/configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ sub check_compiler
167167
}
168168
if($option =~ /with-debug/)
169169
{
170-
$cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug";
170+
$cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug -DSECURITY_HARDENED=OFF";
171171
next;
172172
}
173173
if($option =~ /with-ssl/)

0 commit comments

Comments
 (0)