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.
1 parent e00de6e commit c7a17ddCopy full SHA for c7a17dd
frameworks/Zig/zzz/build.zig
@@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
16
.optimize = optimize,
17
.root_source_file = root_source_file,
18
.strip = true,
19
- .omit_frame_pointer = false,
+ .omit_frame_pointer = true,
20
});
21
exe.root_module.addImport("zzz", zzz.module("zzz"));
22
b.installArtifact(exe);
0 commit comments