Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loader usage, shave off a few bytes (#1016)
* Remove -f from loader usage -f was removed in 1.5. As there is now only one flag, a couple more bytes can be shaved off as well. * Further loader golf Shaves off a few bytes, paying for the cost of `RealPath` and then some on x86_64 and offsetting some of the cost to aarch64. * Shave off a few more bytes Removes `-h` and flags from usage. Keeps flag-parsing logic the same, i.e. still accepts `-h` / `--help`. Only difference is what fd and rc the usage uses. Still over 1k north of 8192.
- Loading branch information