diff --git a/Cargo.toml b/Cargo.toml index d8bd468..a9152af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ debug = false # This should only be commented when testing with dhat profiler split-debuginfo = '...' debug-assertions = false overflow-checks = false -lto = true +lto = 'thin' panic = 'abort' incremental = false codegen-units = 1