diff --git a/Cargo.toml b/Cargo.toml index 95704db2..f146e377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,14 @@ chrono = "0.4.33" [[bin]] name = "linutil" path = "src/main.rs" + + + +[profile.release] +opt-level = 3 +debug = false +lto = true +codegen-units = 1 +panic = "abort" +strip = true +incremental = false \ No newline at end of file