h2: add better comment about how to use root.enableLogScope
This commit is contained in:
parent
2eea1f201f
commit
958201cd18
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub const std_options: std.Options = .{
|
|||
pub fn enableLogScope(scope: @TypeOf(.enum_literal)) bool {
|
||||
// Replace any of the false returns below to enable log scopes for the build.
|
||||
if (scope == .vm)
|
||||
return true
|
||||
return false
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue