Skip to content
Snippets Groups Projects
  1. May 18, 2019
  2. May 17, 2019
  3. May 14, 2019
  4. May 09, 2019
  5. May 07, 2019
    • 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