This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
SPIRV-Tools
Watch
1
Star
0
Fork
0
You've already forked SPIRV-Tools
mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced
2024-11-23 04:00:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60e684fe71
SPIRV-Tools
/
.bazelversion
2 lines
6 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: fix bazel build for c++17 (#5097) This commit changes the way bazel chooses which version to build. Before, we had a COPT set to -std=c++17, which is analogous to the cmake way. However, googletest decided to follow abseil, meaning this is *not* recommended at all, and causes a mixed-standard build. From https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#how-to-i-set-the-c-dialect-used-to-build-abseil we have 3 options to define the standard. Using a bazelrc is what I believe to be the simplest, as it "fixes" the repo standard. Signed-off-by: Nathan Gauër <brioche@google.com>
2023-02-02 14:05:02 +00:00
5.0.0
Reference in New Issue
Copy Permalink