Skip to content

Commit

Permalink
Strip binaries on Linux (facebook#195)
Browse files Browse the repository at this point in the history
Summary:
Our Linux binaries are currently not stripped, adding an unnecssary
~30MB to the NPM.
Pull Request resolved: facebook#195

Reviewed By: mhorowitz

Differential Revision: D20318363

Pulled By: willholen

fbshipit-source-id: f3f15917240f0cd9de8c3abc92dbbfc1e2e6f1b9
  • Loading branch information
willholen authored and facebook-github-bot committed Mar 7, 2020
1 parent 50ef86e commit cf1eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
name: Build Hermes for Linux
command: |
cd "$HERMES_WS_DIR"
hermes/utils/build/configure.py --static-link --distribute
hermes/utils/build/configure.py --static-link --distribute --cmake-flags="-DCMAKE_CXX_FLAGS=-s"
cd build_release
ninja github-cli-release
- run:
Expand Down

0 comments on commit cf1eca8

Please sign in to comment.