Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,9 @@ On Linux, the created binary is compressed using [UPX](https://upx.github.io).

On macOS, to reduce the size of the file before sending it, you can compress it.
We recommend `xz`.
Comment on lines 149 to 150
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this actually still true?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not author of this

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, but if we're touching the subject of compression, you say it's default on on macOS, the docs say it's not, and we're touching the docs, we should fix that part too :)

I'm asking because I don't have macOS to check it quickly.


### Disable UPX
Comment thread
henderkes marked this conversation as resolved.
Outdated

```console
Comment thread
henderkes marked this conversation as resolved.
RUN NO_COMPRESS=1 ./build-static.sh
```