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 2048a53 commit 56976d5Copy full SHA for 56976d5
build.zig
@@ -112,7 +112,7 @@ pub fn build(b: *std.Build) void {
112
113
const zdawn = b.addLibrary(.{
114
.name = "zdawn",
115
- .linkage = .dynamic,
+ .use_llvm = true,
116
.root_module = b.createModule(.{
117
.target = target,
118
.optimize = optimize,
@@ -144,6 +144,7 @@ pub fn build(b: *std.Build) void {
144
145
const tests = b.addTest(.{
146
.name = "zgpu-tests",
147
148
149
.root_source_file = b.path("src/zgpu.zig"),
150
0 commit comments