如何在bazel BUILD文件中指定-std = c ++ 11选项?

时间:2019-02-13 08:38:08

标签: c++ c++11 target bazel

如何将此选项添加到目标描述部分?

谢谢。

2 个答案:

答案 0 :(得分:4)

bazel build --cxxopt='-std=c++11'添加到.bazelrc文件中。

答案 1 :(得分:1)

导出BAZEL_CXXOPTS = -std = c ++ 11

see source