diff --git a/Cargo.toml b/Cargo.toml index 63ef4c73..02c31bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,11 @@ resolver = "2" [profile.release] # `debug = true` so that sentry can give us line numbers debug = true -# `link time optimization = true = fat` -lto = true [profile.faster_release] inherits = "release" # spend longer compiling for a faster binary codegen-units = 1 +# `link time optimization = true = fat` +lto = true