diff --git a/Cargo.toml b/Cargo.toml index 75d02f15..e825f163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,7 @@ members = [ "math", "physics", ] + +[profile.release] +debug = true +lto = true