Skip to content

Commit

Permalink
setting compiler flag for pip package on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
klemense1 committed Nov 3, 2021
1 parent 8ddcb65 commit 22412fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
build --cxxopt='-std=c++17' --copt=-Wno-c++11-narrowing

0 comments on commit 22412fd

Please sign in to comment.