diff --git a/x/mobileproxy/README.md b/x/mobileproxy/README.md index aad0bc50..d4043298 100644 --- a/x/mobileproxy/README.md +++ b/x/mobileproxy/README.md @@ -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. +
Sample iOS generated Code