We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa426e1 commit a660037Copy full SHA for a660037
.bazelrc
@@ -68,3 +68,6 @@ build:macos --action_env MACOSX_DEPLOYMENT_TARGET=13.0
68
69
build:linux --copt=-fopenmp
70
build:linux --linkopt=-fopenmp
71
+
72
+# NOTE: fix build on linux_aarch64, since `build:linux_aarch64` works only if `--config linux_aarch64` option included.
73
+build:linux --cxxopt=-Wno-mismatched-new-delete
0 commit comments