Skip to content
  • Lioncash's avatar
    src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags · 70c6506a
    Lioncash authored
    The C++ standard allows constexpr variables declared with the extern
    keyword to have external linkage. Previously MSVC wasn't abiding by
    this. This just makes the compiler more standards compliant during
    builds.
    
    Given we currently don't make use of anything that would break by this,
    this is safe to enable.
    70c6506a
Loading