Minimize size of the binary. --- a/Cargo.toml +++ b/Cargo.toml @@ -56,3 +56,9 @@ [build-dependencies] syntect = { version = "4.4", default-features = false } + +[profile.release] +codegen-units = 1 +lto = true +opt-level = "z" +panic = "abort"