diff --git a/Cargo.toml b/Cargo.toml index 7838629..097f508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,10 @@ members = [ "owm_widg_config", "weatherd", "widget", ] + +[profile.release] +lto = "thin" +codegen-units = 1 +strip = "symbols" +opt-level = "z" +panic = "abort" \ No newline at end of file