This commit is contained in:
2025-12-01 16:56:19 +01:00
parent ba6ab39f91
commit c545a8f2bb
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ pub fn compileTestApplications(
.pic = pie,
}),
.linkage = if (link_libc) .dynamic else .static,
.use_llvm = true,
.use_lld = true,
});
test_executable.pie = pie;
b.installArtifact(test_executable);