mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-27 05:00:28 +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…
Reference in New Issue
Block a user