Skip to content

Commit

Permalink
Update to c++ 20 for windows (envoyproxy#30472)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Gupta <[email protected]>
  • Loading branch information
akshaysngupta authored Oct 30, 2023
1 parent f32c47e commit 05457bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ build:windows --define hot_restart=disabled
build:windows --define tcmalloc=disabled
build:windows --define wasm=disabled
build:windows --define manual_stamp=manual_stamp
build:windows --cxxopt="/std:c++17"
build:windows --cxxopt="/std:c++20"
build:windows --output_groups=+pdb_file

# TODO(wrowe,sunjayBhatia): Resolve bugs upstream in curl and rules_foreign_cc
Expand Down

0 comments on commit 05457bb

Please sign in to comment.