提交 a33b1312 编写于 作者: R Richard Levitte

Quick fix of debugging option for mk1mf.pl.

util/mk1mf.pl was relying on the platform having the 'debug-' prefix
for doing a debug build.  Since the setup of targets has changed, this
is no longer true.  However, it can look for '--debug' in the command
line options.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 6f84b383
......@@ -83,8 +83,6 @@ while(<IN>) {
}
close(IN);
$debug = 1 if $mf_platform =~ /^debug-/;
if ($mf_fipscanisterinternal eq "y") {
$fips = 1;
$fipscanisterbuild = 1;
......@@ -1401,6 +1399,7 @@ sub read_options
"rsaref" => 0,
"gcc" => \$gcc,
"debug" => \$debug,
"--debug" => \$debug,
"profile" => \$profile,
"shlib" => \$shlib,
"dll" => \$shlib,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册