diff --git a/Cargo.toml b/Cargo.toml index 2d836b5..51b9ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ itertools = "0.13.0" rayon = "1.10.0" regex = "1.11.1" thread_local = "1.1.8" + +[profile.release] +lto = true \ No newline at end of file