Move profile settings in the root Cargo.toml
[rup.git] / common / Cargo.toml
index 2c31465..cf6ec79 100644 (file)
@@ -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'