If the target is an old style debug- target, it will not have debugging [cl]flags
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
5e5d53d341
commit
21ab123770
@ -1196,6 +1196,7 @@ if ($d) {
|
|||||||
&usage if (!defined($table{$target})
|
&usage if (!defined($table{$target})
|
||||||
|| $table{$target}->{template}
|
|| $table{$target}->{template}
|
||||||
|| ($build_prefix eq "debug_"
|
|| ($build_prefix eq "debug_"
|
||||||
|
&& $target !~ /^debug-/
|
||||||
&& !($table{$target}->{debug_cflags}
|
&& !($table{$target}->{debug_cflags}
|
||||||
|| $table{$target}->{debug_lflags})));
|
|| $table{$target}->{debug_lflags})));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user