Why are Rust executables so huge?

后端 未结 6 1354
醉酒成梦
醉酒成梦 2020-11-30 17:34

Just having found Rust and having read the first two chapters of the documentation, I find the approach and the way they defined the language particularly interesting. So I

6条回答
  •  情深已故
    2020-11-30 18:19

    if you are using "rustc" command to compile just write command "rustc -C prefer-dynamic=yes main.rs"

提交回复
热议问题