you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 year ago

Yeah, 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.)

  • source
  • parent