From 6b7088773e39b9c0d61d8cb1b9275100e00f50e5 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 23 May 2023 20:12:42 +0100 Subject: [PATCH] remove codegen units --- agb-gbafix/Cargo.toml | 1 - book/games/pong/Cargo.toml | 1 - examples/amplitude/Cargo.toml | 2 -- examples/combo/Cargo.toml | 1 - examples/hyperspace-roll/Cargo.toml | 1 - examples/the-hat-chooses-the-wizard/Cargo.toml | 1 - examples/the-purple-night/Cargo.toml | 1 - template/Cargo.toml | 1 - 8 files changed, 9 deletions(-) diff --git a/agb-gbafix/Cargo.toml b/agb-gbafix/Cargo.toml index d45294ca..d59144c2 100644 --- a/agb-gbafix/Cargo.toml +++ b/agb-gbafix/Cargo.toml @@ -22,4 +22,3 @@ debug = true opt-level = 3 lto = "fat" debug = true -codegen-units = 1 diff --git a/book/games/pong/Cargo.toml b/book/games/pong/Cargo.toml index ff848be3..04e26919 100644 --- a/book/games/pong/Cargo.toml +++ b/book/games/pong/Cargo.toml @@ -10,7 +10,6 @@ agb = { version = "0.15.0", path = "../../../agb" } [profile.dev] opt-level = 3 debug = true -codegen-units = 1 [profile.release] opt-level = 3 diff --git a/examples/amplitude/Cargo.toml b/examples/amplitude/Cargo.toml index c82c8496..0a6a5d81 100644 --- a/examples/amplitude/Cargo.toml +++ b/examples/amplitude/Cargo.toml @@ -12,10 +12,8 @@ agb = { version = "0.15.0", path = "../../agb" } [profile.dev] opt-level = 2 debug = true -codegen-units = 1 [profile.release] panic = "abort" lto = true debug = true -codegen-units = 1 diff --git a/examples/combo/Cargo.toml b/examples/combo/Cargo.toml index d08f4096..419b0f79 100644 --- a/examples/combo/Cargo.toml +++ b/examples/combo/Cargo.toml @@ -15,7 +15,6 @@ amplitude = { path = "../amplitude" } [profile.dev] opt-level = 3 debug = true -codegen-units = 1 [profile.release] opt-level = 3 diff --git a/examples/hyperspace-roll/Cargo.toml b/examples/hyperspace-roll/Cargo.toml index 4d115f63..df69b370 100644 --- a/examples/hyperspace-roll/Cargo.toml +++ b/examples/hyperspace-roll/Cargo.toml @@ -10,7 +10,6 @@ agb = { version = "0.15.0", path = "../../agb" } [profile.dev] opt-level = 3 debug = true -codegen-units = 1 [profile.release] opt-level = 3 diff --git a/examples/the-hat-chooses-the-wizard/Cargo.toml b/examples/the-hat-chooses-the-wizard/Cargo.toml index 3ed32576..78a4a8e8 100644 --- a/examples/the-hat-chooses-the-wizard/Cargo.toml +++ b/examples/the-hat-chooses-the-wizard/Cargo.toml @@ -16,7 +16,6 @@ serde_json = "1.0" [profile.dev] opt-level = 3 debug = true -codegen-units = 1 [profile.release] opt-level = 3 diff --git a/examples/the-purple-night/Cargo.toml b/examples/the-purple-night/Cargo.toml index 343a64df..77ef7d19 100644 --- a/examples/the-purple-night/Cargo.toml +++ b/examples/the-purple-night/Cargo.toml @@ -17,7 +17,6 @@ tiled = { version = "0.9.4", default-features = false } [profile.dev] opt-level = 3 debug = true -codegen-units = 1 [profile.release] opt-level = 3 diff --git a/template/Cargo.toml b/template/Cargo.toml index 9c50bdbc..bbd035cf 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -12,7 +12,6 @@ agb = "0.15.0" [profile.dev] opt-level = 3 debug = true -codegen-units = 1 [profile.release] opt-level = 3