From 22412fd31871492407468d713a1c9d9506accfa3 Mon Sep 17 00:00:00 2001 From: klemense1 Date: Wed, 3 Nov 2021 16:37:02 +0100 Subject: [PATCH] setting compiler flag for pip package on macos --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 1be444506..7d02ada8d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,4 +3,4 @@ test --test_output=errors --action_env="GTEST_COLOR=1" # Force bazel output to use colors (good for jenkins) and print useful errors. common --color=yes -build --cxxopt='-std=c++17' \ No newline at end of file +build --cxxopt='-std=c++17' --copt=-Wno-c++11-narrowing \ No newline at end of file