Skip to content

Commit

Permalink
update clang flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed Dec 20, 2024
1 parent 13bf364 commit 72354b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ import %workspace%/envoy.bazelrc
build --workspace_status_command=bazel/bazel_get_workspace_status
build:remote --remote_timeout=7200

build --config=libc++20 --copt="-Wno-error=thread-safety-reference-return" --copt="-Wno-error=missing-field-initializers"

build --config=libc++20
build:linux --copt="-Wno-error=thread-safety-reference-return" --copt="-Wno-error=missing-field-initializers"

0 comments on commit 72354b5

Please sign in to comment.