Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nimble: remove
-s
flag from strip
command
With Zig 0.10.0 (2022-10-31), `zig cc` now properly uses the `--passL: -s` option that we use in `config.nims`. So we can remove the `-s` flag from our post-build hook. From the Zig 0.10.0 release notes [1]: `zig cc` is Zig's drop-in C compiler tool. Enhancements in this release: [...] - Integration with more linker args: - `--whole-archive`, `-whole-archive` - `--no-whole-archive`, `-no-whole-archive` - `-s`, `--strip-all` - `-S`, `--strip-debug` [...] [1] https://ziglang.org/download/0.10.0/release-notes.html#zig-cc
- Loading branch information