Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    CMakeLists: Specify /volatile:iso for MSVC · c4d03f01
    Lioncash authored
    By default, MSVC doesn't use standards-compliant volatile semantics.
    This makes it behave in a standards-compliant manner, making
    expectations more uniform across compilers.
    c4d03f01