diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2021-11-13 11:28:06 +0100 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-13 11:28:06 +0100 | 
| commit | f6ad45efe49e81c8970346d2602e455f53e6d95e (patch) | |
| tree | f03b3e9d40cec038014d5fe34224f198e97d5c05 | |
| parent | 786d5e2ba1544f29445651f2d2aa52ba0fba9fbd (diff) | |
| download | modderbaas-master.tar.gz modderbaas-master.tar.bz2 modderbaas-master.zip  | |
The speedup we might get is not too important, but the smaller binary
size is nice to have (currently, down from ~15 MiB to ~8 MiB).
| -rw-r--r-- | Cargo.toml | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ path = "src/main.rs"  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +lto = true +  [workspace]  [dependencies]  | 
