From f2677302203e86875f74bb6d143282e83265e600 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 17 Nov 2024 14:26:27 +1100 Subject: [PATCH] workspace: remove profiles --- agb/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 38c3da4d..0d8253c4 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -42,11 +42,11 @@ nb = "1.1" default-target = "thumbv4t-none-eabi" cargo-args = ["-Zbuild-std=core,alloc"] -[profile.dev] -opt-level = 3 -debug = true +# [profile.dev] +# opt-level = 3 +# debug = true -[profile.release] -opt-level = 3 -lto = "fat" -debug = true +# [profile.release] +# opt-level = 3 +# lto = "fat" +# debug = true