You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also fixes dynamic builds (even in Windows) and improved
compatibility by enabling compiler builtins and visibility.
While at it, change the JIT flag to `support_jit` for compatibility
with cmake, update CI to build with JIT and use the `bigstack` mode
that is required with debug builds using clang with sanitizers.
constlinkage=b.option(std.builtin.LinkMode, "linkage", "whether to statically or dynamically link the library") orelse@as(std.builtin.LinkMode, if (target.result.isGnuLibC()) .dynamicelse.static);
13
13
constcodeUnitWidth=b.option(CodeUnitWidth, "code-unit-width", "Sets the code unit width") orelse.@"8";
0 commit comments