Skip to content

address VS2022 upgrade warnings #102

@mrwonko

Description

@mrwonko

Upgrading the original VS projects yields a bunch of warnings. Most notably:

  • The C/C++ compiler switch /Og has been deprecated and has been removed from your project settings. It is recommended that you use /O1 or /O2 instead.
  • Various MSB8012 warnings about path mismatches. If I run into build errors, this could be why.
  • The C/C++ compiler switch /YX is no longer supported. /YX has been removed from your project settings.

Medium-term, I'll introduce a cross-platform build tool, so I may not need to address these warnings.

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