From cd7d0be71a977880c295258d6563f69e6c5d1883 Mon Sep 17 00:00:00 2001 From: Ben Radford <104896700+benradf@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:51:04 +0000 Subject: [PATCH] Fix macos build by removing unsupported flags. --- backend/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/BUILD.bazel b/backend/BUILD.bazel index 192a572..a5039d9 100644 --- a/backend/BUILD.bazel +++ b/backend/BUILD.bazel @@ -227,7 +227,7 @@ copts = [ "-Wall", "-Werror", "-std=c++20", -] + optimisations +] cc_library( name = "path",