| ... | ... | @@ -16,7 +16,7 @@ pub fn build(b: *Builder) !void { |
| 16 | 16 | b.setPreferredReleaseMode(.ReleaseFast); |
| 17 | 17 | const mode = b.standardReleaseOptions(); |
| 18 | 18 | const target = b.standardTargetOptions(.{}); |
| 19 | | const single_threaded = b.option(bool, "single-threaded", "Build artifacts that run in single threaded mode") orelse false; |
| 19 | const single_threaded = b.option(bool, "single-threaded", "Build artifacts that run in single threaded mode"); |
| 20 | 20 | const use_zig_libcxx = b.option(bool, "use-zig-libcxx", "If libc++ is needed, use zig's bundled version, don't try to integrate with the system") orelse false; |
| 21 | 21 | |
| 22 | 22 | var docgen_exe = b.addExecutable("docgen", "doc/docgen.zig"); |