Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Feb 20, 2024
1 parent a026f33 commit 51edab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/mlir-zig-proj/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn build(b: *std.build.Builder) void {
.name = lib_name,
.root_source_file = .{ .path = "src/main.zig" },
.optimize = .ReleaseSmall,
.target = b.host,
.target = .{},
});
const cflags = [_][]const u8{ "-std=gnu++17", "-fno-sanitize=undefined", "-D_GLIBCXX_USE_CXX11_ABI=1", "-static-libstdc++" } ++ libs.flags;
lib.linkLibCpp();
Expand Down

0 comments on commit 51edab3

Please sign in to comment.