diff --git a/build.zig b/build.zig index 6ad4531..b1708a4 100644 --- a/build.zig +++ b/build.zig @@ -7,7 +7,7 @@ pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); const optimize = b.standardOptimizeOption(.{}); - const pie = b.option(bool, "pie", "Build with PIE support (by default false)") orelse false; + const pie = b.option(bool, "pie", "Build with PIE support (by default: target-dependant)"); const strip = b.option(bool, "strip", "Strip debugging info (by default false)") orelse false; const main_mod = b.createModule(.{