We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aaabe commit 91c3d15Copy full SHA for 91c3d15
1 file changed
build.zig
@@ -14,7 +14,7 @@ pub fn build(b: *std.Build) !void {
14
.target = target,
15
.optimize = optimize,
16
.root_source_file = root_source_file,
17
- .strip = b.option(bool, "strip", "Strip the binary"),
+ .strip = b.option(bool, "strip", "Strip binary"),
18
});
19
20
// Library
0 commit comments