RE: Can we provide --debug and --release on a single build?

2024-07-10 Thread BENTLEY Thom via openssl-users
Thanks for the confirmation. Thom Bentley | Senior Software Engineer | Medidata, a Dassault Systèmes company From: Neil Horman Sent: Wednesday, July 10, 2024 1:56 PM To: BENTLEY Thom Cc: openssl-users@openssl.org Subject: Re: Can we provide --debug and --release on a s

Re: Can we provide --debug and --release on a single build?

2024-07-10 Thread Neil Horman
yeah, then you need to build twice, once with each set of compiler flags. Renaming is a manual process IIRC On Wed, Jul 10, 2024 at 1:43 PM BENTLEY Thom wrote: > Thanks Neil. > I just want to end up having a debug and release version of each library. > I need to rename them for use with DCMTK to

RE: Can we provide --debug and --release on a single build?

2024-07-10 Thread BENTLEY Thom via openssl-users
Thanks Neil. I just want to end up having a debug and release version of each library. I need to rename them for use with DCMTK to the following. openssl: "dcmtkcrypto_d.lib" - debug version "dcmtkcrypto_o.lib" - release version (optimized) "dcmtkssl_d.lib"- debug vers

Can we provide --debug and --release on a single build?

2024-07-10 Thread BENTLEY Thom via openssl-users
Hi, I was wondering if the build scripts could handling providing -debug and -release for a build. Would this create release and debug libraries in a single build? Thanks. P.S. I know I could try it, but I thought others might want to know later too. Perhaps an update in the INSTALL.md file.