Hacker News new | ask | show | jobs
by astro1138 3675 days ago
Why not link the Rust libstd dynamically?
1 comments

They did in the article

    $ cargo rustc --release -- -C prefer-dynamic 
    $ ls -al target/release/hello
    -rwxrwxr-x 1 lifthrasiir 8831 May 31 21:10 target/release/hello*