Skip to content

Commit

Permalink
Fix macos build by removing unsupported flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf committed Feb 14, 2024
1 parent 98757a4 commit 5d13439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ copts = [
"-Wall",
"-Werror",
"-std=c++20",
] + optimisations
]

cc_library(
name = "path",
Expand Down

0 comments on commit 5d13439

Please sign in to comment.