summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-07 14:06:20 -0400
committerLioncash <mathew1800@gmail.com>2019-05-07 14:06:22 -0400
commit70c6506a7e804127aad176b8ebbb3db951848a5d (patch)
treee5b888ff99933800469220a4b9e1fd1c7a3e6820 /src/common/file_util.cpp
parent6ca7241bd955555e3421e5720cd7359380c83156 (diff)
src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags
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.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions