aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-20 23:15:52 -0700
committerChristian Cunningham <cc@localhost>2022-08-20 23:15:52 -0700
commitcf016f0c8b28c7198ae6adf3e6c88c61b91b07d0 (patch)
tree477a223ac08951618cc5b9948d42140636f43136 /Cargo.toml
parentb34903977707ad344c53f3e1367063b0bb944176 (diff)
Debug output
TODO: Add more debugging output
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 711d693..f7f496d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ lto = true
[features]
default = []
bsp_rpi2 = []
+verbose = []
[[bin]]
name = "kernel"