Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Oct 10, 2023
1 parent 4736780 commit 2e78fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ PATH="$(pwd)/out:$PATH" gomobile bind -ldflags='-s -w' -target=android -androida

Note: Gomobile expects gobind to be in the PATH, that's why we need to prebuild it, and set up the PATH accordingly.

The `-ldflags='-s -w'` flag strips debug symbols to reduce the size of the output library.

<details>
<summary>Sample iOS generated Code</summary>

Expand Down

0 comments on commit 2e78fee

Please sign in to comment.