]> git.ipfire.org Git - thirdparty/openssl.git/commit - Makefile.shared
Don't strip object files on Cygwin
authorCorinna Vinschen <vinschen@redhat.com>
Sat, 16 Jan 2016 18:36:15 +0000 (19:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 21:14:00 +0000 (22:14 +0100)
commitf78baa9d715a00cb691c3c74791308fb131a833c
tree92300a5e9be8ecbe48c527b1e96bdc31c1bbc483
parent5c57fbb8ca991e8db7ce23174613898a27ca3fcb
Don't strip object files on Cygwin

  Building for the Cygwin distro requires to be able to build debuginfo
  files.  This in turn requires to build object files without stripping.
  The stripping is performed by the next step after building which creates
  the debuginfo files.

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
(cherry picked from commit 42b8f1427a8cdf320e51374a5fbfefc74bec0519)

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Makefile.shared