diff options
Diffstat (limited to 'crates/Cargo.toml')
-rw-r--r-- | crates/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |