We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e3987 + f7998d9 commit bd0f849Copy full SHA for bd0f849
1 file changed
Cargo.toml
@@ -217,3 +217,7 @@ x86_64 = { git = "https://github.com/rust-osdev/x86_64.git" }
217
# FIXME: remove once merged: https://github.com/rcore-os/trapframe-rs/pull/16
218
trapframe = { git = "https://github.com/hermit-os/trapframe-rs", branch = "global_asm" }
219
safe-mmio = { git = "https://github.com/hermit-os/safe-mmio", branch = "be" }
220
+
221
+[profile.profiling]
222
+inherits = "release"
223
+debug = "line-tables-only"
0 commit comments