Skip to content

Commit

Permalink
bazel: remove unnecessary sizeopt configs (envoyproxy#24000)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 15, 2022
1 parent 6e349d9 commit 3e555b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ build:libc++ --action_env=BAZEL_LINKOPTS=-lm:-pthread
build:libc++ --define force_libcpp=enabled

# Optimize build for binary size reduction.
build:sizeopt-sections -c opt --copt -Os --linkopt=-Wl,--gc-sections
build:sizeopt -c opt --copt -Os
build:sizeopt-strip -c opt --copt -Os --linkopt=-Wl,-dead_strip

# Test options
build --test_env=HEAPCHECK=normal --test_env=PPROF_PATH
Expand Down

0 comments on commit 3e555b1

Please sign in to comment.