Skip to content

Commit

Permalink
chore: sync with ecsact_common
Browse files Browse the repository at this point in the history
  • Loading branch information
seaubot committed Sep 29, 2023
1 parent d3dc29a commit 94a0a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/copts.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ copts = selects.with_or({
"-std=c++20",
],
("@rules_cc//cc/compiler:clang"): [
"-std=c++2b",
"-std=c++20",
"-fexperimental-library",
],
("@rules_cc//cc/compiler:msvc-cl", "@rules_cc//cc/compiler:clang-cl"): [
"/std:c++latest",
"/std:c++20",
"/permissive-",
"/Zc:preprocessor",
],
Expand Down

0 comments on commit 94a0a9b

Please sign in to comment.