h2: add better comment about how to use root.enableLogScope

This commit is contained in:
りき萌 2025-09-02 20:30:47 +02:00
parent 2eea1f201f
commit 958201cd18

View file

@ -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;
}