mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-31 06:50:31 +00:00
Perform some minor code cleanup
This commit is contained in:
parent
b9f73e6a4d
commit
5141d00992
4 changed files with 23 additions and 24 deletions
|
@ -32,13 +32,13 @@ gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
|
|||
objcopy -S -O binary hello.com.dbg hello.com
|
||||
```
|
||||
|
||||
You now have a portable program! Your APE binary will assimilate itself
|
||||
as conventional residents of your platform after the first run, so it
|
||||
can be fast and efficient for subsequent executions.
|
||||
You now have a portable program. Please note that your APE binary will
|
||||
assimilate itself as a conventional resident of your platform after the
|
||||
first run, so it can be fast and efficient for subsequent executions.
|
||||
|
||||
```sh
|
||||
./hello.com
|
||||
bash -c './hello.com' # zsh/fish workaround: we upstream a patch!
|
||||
bash -c './hello.com' # zsh/fish workaround (we upstreamed a patch)
|
||||
```
|
||||
|
||||
So if you intend to copy the binary to Windows or Mac then please do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue