Skip to content

Commit

Permalink
build: set target and optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Feb 3, 2025
1 parent 936b6b5 commit c3a2252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ pub fn build(b: *std.Build) !void {

const mod = b.addModule("zig-budoux", .{
.root_source_file = b.path("src/budoux.zig"),
.target = target,
.optimize = optimize,
});
try addModels(b, mod, dir);

Expand Down

0 comments on commit c3a2252

Please sign in to comment.