We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a4aba1 + 6feaf21 commit 8b41613Copy full SHA for 8b41613
hermit/Cargo.toml
@@ -43,6 +43,7 @@ fs = []
43
fsgsbase = []
44
gem-net = []
45
idle-poll = []
46
+log-target = []
47
48
# Build the kernel with function instrument code for mcount-based tracing
49
instrument = []
hermit/build.rs
@@ -121,6 +121,7 @@ impl KernelSrc {
121
"fsgsbase",
122
"gem-net",
123
"idle-poll",
124
+ "log-target",
125
"mmap",
126
"pci",
127
"pci-ids",
0 commit comments