diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-02-24 23:04:44 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-02-24 23:04:44 -0500 |
commit | 3e6cbaf2c0a42ba57fd61ab380dc631f251015aa (patch) | |
tree | f43745b0b287386b26b18c2f597e2dfb1b99a679 /content/posts/2021-12-31-tiny-binaries.md | |
parent | 15208cf7a4f440a6fc2e9960fa3d798b6d7190c1 (diff) | |
download | pablotron.org-3e6cbaf2c0a42ba57fd61ab380dc631f251015aa.tar.bz2 pablotron.org-3e6cbaf2c0a42ba57fd61ab380dc631f251015aa.zip |
posts/2021-12-31-tiny-binaries.md: add link to rust 1.59.0 update w/ strip support
Diffstat (limited to 'content/posts/2021-12-31-tiny-binaries.md')
-rw-r--r-- | content/posts/2021-12-31-tiny-binaries.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index 0869866..8e0c5bb 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -41,6 +41,10 @@ details are available in the [companion GitHub repository][repo]. **Update (2022-01-01):** See [Tiny Binaries: Assembly Optimization][tb-asm] for an explanation of the assembly results. +**Update (2022-02-24):** [Rust 1.59.0][] was released today +and makes it [significantly easier to create stripped +binaries][rust-strip]. + [x86-64]: https://en.wikipedia.org/wiki/X86-64 "64-bit version of x86 instruction set" [linux]: https://en.wikipedia.org/wiki/Linux @@ -65,3 +69,7 @@ Optimization][tb-asm] for an explanation of the assembly results. "Comma-Separated Values" [tb-asm]: {{< ref "/posts/2022-01-01-tiny-binaries-assembly-optimization.md" >}} "Tiny Binaries: Assembly Optimization" +[rust 1.59.0]: https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html + "Rust 1.59.0 release announcement." +[rust-strip]: https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#creating-stripped-binaries + "Creating stripped binaries section of Rust 1.59.0 release announcement." |