diff --git a/Cargo.toml b/Cargo.toml index cacbdcb3..5ed07764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,14 @@ tempdir = "0.3.7" [[bin]] name = "linutil" path = "src/main.rs" + + + +[profile.release] +opt-level = "z" +debug = false +lto = true +codegen-units = 1 +panic = "abort" +strip = true +incremental = false \ No newline at end of file