We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c447 commit acf4f2cCopy full SHA for acf4f2c
build.zig
@@ -6,6 +6,8 @@ pub fn build(b: *std.Build) void {
6
7
_ = b.addModule("ini", .{
8
.root_source_file = b.path("src/ini.zig"),
9
+ .optimize = optimize,
10
+ .target = target,
11
});
12
13
const lib = b.addLibrary(.{
0 commit comments