mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-21 19:30:35 +00:00
Switch Bazel to c++17
This commit is contained in:
parent
1f727e86c8
commit
3b815127a3
@ -82,7 +82,7 @@ COMMON_COPTS = select({
|
||||
"-Wunused-value",
|
||||
"-Wunused-variable",
|
||||
"-Wno-reorder",
|
||||
"-std=c++11",
|
||||
"-std=c++17",
|
||||
"-fvisibility=hidden",
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-fno-exceptions",
|
||||
|
Loading…
x
Reference in New Issue
Block a user