build: highway system integration should default to false

This commit is contained in:
Mitchell Hashimoto
2025-12-10 13:13:35 -08:00
parent 143748a8d3
commit 7642b8bec4

View File

@@ -719,7 +719,7 @@ pub fn addSimd(
}
// Highway
if (b.systemIntegrationOption("highway", .{})) {
if (b.systemIntegrationOption("highway", .{ .default = false })) {
m.linkSystemLibrary("libhwy", dynamic_link_opts);
} else {
if (b.lazyDependency("highway", .{