Skip to content

Commit

Permalink
Strip clang14 binaries in order to reduce build size (ydb-platform#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Jun 28, 2024
1 parent 3305b6a commit 89e6192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ runs:
build_type=release
extra_params+=(--target-platform="CLANG14-LINUX-X86_64")
extra_params+=(-DLLD_VERSION=16)
extra_params+=(-DSTRIP)
;;
release-asan)
build_type=release
Expand Down

0 comments on commit 89e6192

Please sign in to comment.