Skip to content

No pdb files generated in release mode #116

Description

@aboelens

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."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions