@@ -331,7 +331,7 @@ pub fn build(b: *std.Build) !void {
.root_module = b.createModule(.{
.target = target,
.optimize = optimize,
.strip = true,
.strip = optimize != .Debug,
.link_libc = true,
}),
});
The note is not visible to the blocked user.