From 158b7123b6a50b2e8d37529e01ccd94c9106c11a Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 1 Sep 2024 21:40:34 -0500 Subject: Fix debuginfo and restore apps. --- crates/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crates') diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 855d815..dd1f42a 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -1,3 +1,9 @@ [workspace] members = ["alloc_buddy", "alloc_physmem_free_list", "device_tree", "driver_riscv_timer", "kernel", "utils"] resolver = "2" + +[profile.release] +codegen-units = 1 +debug = true +lto = true +overflow-checks = true -- cgit v1.2.3