rust build with release and non-release
After doing a release build and looking at the size of my application, the following command was able to go from 80M to 13M - which is quite a significant drop. :)
cargo build --release
After doing a release build and looking at the size of my application, the following command was able to go from 80M to 13M - which is quite a significant drop. :)
cargo build --release
Comments