mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
stage2: use std.debug.Trace only when explicitly enabled
Because it bumps up the stack space requirements, which is making a test case fail on aarch64 drone CI.
This commit is contained in:
+1
-1
@@ -2531,7 +2531,7 @@ const TracedOffset = struct {
|
||||
x: i32,
|
||||
trace: std.debug.Trace = .{},
|
||||
|
||||
const want_tracing = std.debug.Trace.enabled;
|
||||
const want_tracing = build_options.value_tracing;
|
||||
};
|
||||
|
||||
/// Resolving a source location into a byte offset may require doing work
|
||||
|
||||
Reference in New Issue
Block a user