summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2024-08-13 21:16:08 +0200
committerTomas Mraz <tomas@openssl.org>2024-08-21 15:50:17 +0200
commita5d56626b97dd06d02d02821485df99e2068696d (patch)
tree8648fc6c6164fc5e664cd99b1ed81bb9ce419158 /Configure
parenttest/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak (diff)
downloadopenssl-a5d56626b97dd06d02d02821485df99e2068696d.tar.xz
openssl-a5d56626b97dd06d02d02821485df99e2068696d.zip
Add debuginfo build target
In the webinar we are currently producing on debugging openssl applications, we talk about ways to allow debugable binaries without having to ship all the debug DWARF information to production systems. Add an optional target to do that DWARF separation to aid users Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25174)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index a6b66df4c4..fff97bd6fc 100755
--- a/Configure
+++ b/Configure
@@ -758,6 +758,7 @@ my %user = (
RANLIB => env('RANLIB'),
RC => env('RC') || env('WINDRES'),
RCFLAGS => [ env('RCFLAGS') || () ],
+ OBJCOPY => undef,
RM => undef,
);
# Info about what "make variables" may be prefixed with the cross compiler