From 431b4456a3fa48b52ad20322892fb4ca1e8351a4 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 6 Apr 2023 16:03:50 +1000 Subject: [PATCH] optimised cargo.toml --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40742b6..909c1b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,4 +2,9 @@ members = ["lib", "gb-emu", "gb-vst", "gb-vst/xtask"] default-members = ["gb-emu"] exclude = ["./vendored"] -resolver = "2" \ No newline at end of file +resolver = "2" + +[profile.release] +lto = "fat" +panic = "abort" +codegen-units = 1 \ No newline at end of file