We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c74e2 commit 7375f02Copy full SHA for 7375f02
.gitignore
@@ -21,6 +21,7 @@ Makefile
21
TAGS
22
Testing/
23
VERSION.dep
24
+configure
25
client/async_example
26
client/mysql
27
client/mysql_plugin
cmake/configure.pl
@@ -167,7 +167,7 @@ sub check_compiler
167
}
168
if($option =~ /with-debug/)
169
{
170
- $cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug";
+ $cmakeargs = $cmakeargs." -DCMAKE_BUILD_TYPE=Debug -DSECURITY_HARDENED=OFF";
171
next;
172
173
if($option =~ /with-ssl/)
0 commit comments