who@feddit.org to Programming@programming.devEnglish · 2 months agoUnix Co-Creator Brian Kernighan on Rust, Distros and NixOSthenewstack.ioexternal-linkmessage-square26fedilinkarrow-up1134arrow-down14
arrow-up1130arrow-down1external-linkUnix Co-Creator Brian Kernighan on Rust, Distros and NixOSthenewstack.iowho@feddit.org to Programming@programming.devEnglish · 2 months agomessage-square26fedilink
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up7arrow-down1·2 months agoYeah, cargo build produces a debug build and cargo build --release is for actually distributing to users. (It doesn’t add the debug symbols, but also spends more time optimizing.)
Yeah,
cargo buildproduces a debug build andcargo build --releaseis for actually distributing to users. (It doesn’t add the debug symbols, but also spends more time optimizing.)