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, 18 Jan 2016 15:16:00 +0000 (16:16 +0100)
commit42b8f1427a8cdf320e51374a5fbfefc74bec0519
tree51881d99e5c9b14fab63a7979aa4698b8a218ff9
parent8d35ceb98f3dbd55cf55edc3d2a814d0dd6d520d
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>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Makefile.shared