Relax the requirements for a debug build
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 16:03:58 +0000 (17:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 16:42:38 +0000 (17:42 +0100)
commit8e8b883f6b51a88360368724fd6a96a363eaa92a
treee591c81e5cf126bfb385e3cd42e3216cea223d73
parent3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b
Relax the requirements for a debug build

We required that a target be named 'debug-something' or to have at
least one of the configuration items debug_cflags and debug_lflags for
--debug to be accepted.

However, there are targets with no such markings but that will still
have debugging capabilities.  This is particularly true for mk1mf
builds, where the extra flags for debugging are figured out later on
by util/mk1mf.pl.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure