mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-24 18:38:39 +03:00
give strip option a proper description
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user