Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import %workspace%/envoy.bazelrc
build --incompatible_enable_cc_toolchain_resolution
build --platform_mappings=bazel/platform_mappings

# envoy.bazelrc always sets -fPIC, tell bazel about it to suppress building both .o and .pic.o
# objects from the same C++ sources.
build --force_pic

# Enable path normalization by default.
# See: https://github.com/envoyproxy/envoy/pull/6519
build --define path_normalization_by_default=true
Expand Down
Loading