commit | 42b8f1427a8cdf320e51374a5fbfefc74bec0519 | [log] [tgz] |
---|---|---|
author | Corinna Vinschen <vinschen@redhat.com> | Sat Jan 16 19:36:15 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Jan 18 16:16:00 2016 +0100 |
tree | 51881d99e5c9b14fab63a7979aa4698b8a218ff9 | |
parent | 8d35ceb98f3dbd55cf55edc3d2a814d0dd6d520d [diff] |
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>