Skip to content

Commit cb8a1c4

Browse files
authored
Update build.zig
1 parent c7a17dd commit cb8a1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Zig/zzz/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
1616
.optimize = optimize,
1717
.root_source_file = root_source_file,
1818
.strip = true,
19-
.omit_frame_pointer = true,
19+
//.omit_frame_pointer = true,
2020
});
2121
exe.root_module.addImport("zzz", zzz.module("zzz"));
2222
b.installArtifact(exe);

0 commit comments

Comments
 (0)