Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Ignore LNK4099 warning #1168

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Commits on Sep 18, 2023

  1. cmake: Ignore LNK4099 warning

    Despite building the PDBs for qrcodegencpp debug builds, we do not
    currently ship those PDBs, so MSVC emits an LNK4099 warning, which
    causes a build failure. It's unlikely that we'll need to debug in linked
    dependencies, so we can ignore this warning. Should we decide in the
    future to ship PDBs for these dependencies, the warning would no longer
    be emitted, and this flag would be superfluous without requiring a
    change. For now, let's make sure we can build in Debug.
    RytoEX committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b2d464a View commit details
    Browse the repository at this point in the history