WIP: Build on Windows
diff --git a/.bazelrc b/.bazelrc index 5b3d13f..87604da 100644 --- a/.bazelrc +++ b/.bazelrc
@@ -1 +1 @@ -build --cxxopt=-std=c++17 +build --cxxopt=/std:c++latest
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 9e0b436..75c1376 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel
@@ -137,10 +137,9 @@ # Highway for SIMD operations. http_archive( name = "com_github_google_highway", - sha256 = "4319b782773538ff6f50695936c72d3b6be09d4d8ebcb88ab1472aa435ccaeb2", - strip_prefix = "highway-be16031e3637fe6c3ffba158124fbfdbc0329330", + strip_prefix = "highway-32e700035866d2d398c9d47676511f51c87fc971", urls = [ - "https://github.com/google/highway/archive/be16031e3637fe6c3ffba158124fbfdbc0329330.zip", + "https://github.com/google/highway/archive/32e700035866d2d398c9d47676511f51c87fc971.zip", ], )