We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d5ecf commit f239bf5Copy full SHA for f239bf5
ci/do_ci.sh
@@ -66,6 +66,9 @@ if [[ "${CXX}" == "/usr/bin/clang++" ]]; then
66
IWYU="-DCMAKE_CXX_INCLUDE_WHAT_YOU_USE=iwyu"
67
fi
68
69
+echo "make command: ${MAKE_COMMAND}"
70
+echo "IWYU option: ${IWYU}"
71
+
72
BAZEL_OPTIONS_DEFAULT="--copt=-DENABLE_LOGS_PREVIEW --copt=-DENABLE_TEST --copt=-DENABLE_METRICS_EXEMPLAR_PREVIEW"
73
BAZEL_OPTIONS="--cxxopt=-std=c++14 $BAZEL_OPTIONS_DEFAULT"
74
0 commit comments