who@feddit.org to Programming@programming.devEnglish · 12 days agoUnix Co-Creator Brian Kernighan on Rust, Distros and NixOSthenewstack.ioexternal-linkmessage-square26fedilinkarrow-up1130arrow-down14
arrow-up1126arrow-down1external-linkUnix Co-Creator Brian Kernighan on Rust, Distros and NixOSthenewstack.iowho@feddit.org to Programming@programming.devEnglish · 12 days agomessage-square26fedilink
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up8arrow-down1·edit-212 days agoMy guess is that he was using cargo build rather than cargo build --release. Relatively common for folks to complain about due to that, because beginner tutorials tend to skip that info (which is fair IMHO).
My guess is that he was using
cargo build
rather thancargo build --release
. Relatively common for folks to complain about due to that, because beginner tutorials tend to skip that info (which is fair IMHO).