-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
In the process of getting openssl to build with the MSVC toolchain I ran into a problem where there are no pdb files produced in release mode:
microsoft/vcpkg#41796 (comment)
Would you agree with this statement from one of the maintainers I have been communicating with that this should be enabled in the toolchain?
"/DEBUG /OPT:REF is expected to come from the cmake toolchain.
From the gmp port (error logs), I know this value:
set(VCPKG_DETECTED_CMAKE_SHARED_LINKER_FLAGS_RELEASE "-machine:x64 -nologo -DEBUG -INCREMENTAL:NO -OPT:REF -OPT:ICF")
So -OPT:REF -DEBUG is already there."
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels