X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2FCargo.toml;h=cf6ec797b9840f78062b574a4e01aeafab278cd1;hb=refs%2Fheads%2Fmaster;hp=2c31465407196193d57a08075f2f11b3298de137;hpb=4a1fa0b902bd01c2630b8b7b0818e46142d93f94;p=rup.git diff --git a/common/Cargo.toml b/common/Cargo.toml index 2c31465..cf6ec79 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,3 +6,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + + +[profile.release] +codegen-units = 1 +lto = true +panic = 'abort'