diff --git a/Cargo.toml b/Cargo.toml index d893b91..0787aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,5 @@ [workspace] -members = ["ablescript", "ablescript_cli"] \ No newline at end of file +members = ["ablescript", "ablescript_cli"] + +[profile.release] +lto = "fat"