aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-17 16:30:54 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-17 17:01:31 +0100
commit9e43c6b5c28731d13afcb4658dc2fa4dd188cc0b (patch)
tree10fb1168ba231605354e949b0760fbd8afbc0a35 /apps
parent11abf92259e899f4f7da4a3e80781e84b0fb1a64 (diff)
downloadopenssl-9e43c6b5c28731d13afcb4658dc2fa4dd188cc0b.zip
openssl-9e43c6b5c28731d13afcb4658dc2fa4dd188cc0b.tar.gz
openssl-9e43c6b5c28731d13afcb4658dc2fa4dd188cc0b.tar.bz2
Correct the request of debug builds
./config would translate -d into having the target get a 'debug-' prefix, and then run './Configure LIST' to find out if such a debugging target exists or not. With the recent changes, the separate 'debug-foo' targets are disappearing, and we're giving the normal targets debugging capabilities instead. Unfortunately, './config' wasn't changed to match this new behavior. This change introduces the arguments '--debug' and '--release' - the latter just for orthogonality - to ./Configure, and ./config now treats -d by adding '--debug' to the options for ./Configure. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions