From: Richard Levitte Date: Thu, 19 Mar 2015 21:35:12 +0000 (+0100) Subject: If the target is an old style debug- target, it will not have debugging [cl]flags X-Git-Tag: OpenSSL_1_1_0-pre1~1504 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=21ab123770ff42d8c5b8e6b1372ecef4881b786d;hp=5e5d53d341fd9a9b9cc0a58eb3690832ca7a511f If the target is an old style debug- target, it will not have debugging [cl]flags Reviewed-by: Stephen Henson --- diff --git a/Configure b/Configure index c038f85594..35f8f8be9a 100755 --- a/Configure +++ b/Configure @@ -1196,6 +1196,7 @@ if ($d) { &usage if (!defined($table{$target}) || $table{$target}->{template} || ($build_prefix eq "debug_" + && $target !~ /^debug-/ && !($table{$target}->{debug_cflags} || $table{$target}->{debug_lflags})));