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 9ffd892 commit b3f6cfcCopy full SHA for b3f6cfc
conformance/build.zig
@@ -26,7 +26,6 @@ pub fn build(b: *Build) void {
26
.optimize = optimize,
27
.@"enable-tsan" = false,
28
.ledger = .hashmap,
29
- .force_pic = true,
30
});
31
const sig_mod = sig_dep.module("sig");
32
0 commit comments