give strip option a proper description

This commit is contained in:
Jan200101
2024-12-30 18:37:59 +01:00
parent 2bb3353672
commit c87e3e98a3

View File

@ -161,7 +161,7 @@ pub fn build(b: *std.Build) !void {
const strip = b.option( const strip = b.option(
bool, bool,
"strip", "strip",
"Build the website data for the website.", "Strip the final executable. Default true for fast and small releases",
) orelse null; ) orelse null;
const conformance = b.option( const conformance = b.option(