We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debdf86 commit a83c482Copy full SHA for a83c482
Makefile
@@ -30,7 +30,8 @@ check: all check-extra
30
./check.ps1
31
32
GENERATE_BAZELFLAGS = $(BAZELFLAGS) --lockfile_mode=off
33
-COMPDB_BAZELFLAGS = $(GENERATE_BAZELFLAGS) --output_groups=-check_python
+COMPDB_BAZELFLAGS = $(GENERATE_BAZELFLAGS) --output_groups=-check_python \
34
+ --features=-parse_headers --host_features=-parse_headers
35
COVERAGE_BAZELFLAGS = $(GENERATE_BAZELFLAGS)
36
37
compdb:
0 commit comments