X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=common%2FCargo.toml;fp=common%2FCargo.toml;h=cf6ec797b9840f78062b574a4e01aeafab278cd1;hp=2c31465407196193d57a08075f2f11b3298de137;hb=e8c9051b408f567c67fe35872d89851c185e4768;hpb=4ed820a37e320b727221cbdd541c63a0b90d11a6 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'