mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
10 lines
359 B
Text
10 lines
359 B
Text
# Silence all C/C++ warnings in external code.
|
|
common --per_file_copt=external/.*@-w
|
|
common --host_per_file_copt=external/.*@-w
|
|
|
|
# Produce useful output when the build fails.
|
|
common --verbose_failures
|
|
|
|
# Silence warnings about old bazel_dep pins. Bazel 8 brings along newer ones,
|
|
# but we can support Bazel 7 (for now).
|
|
common --check_direct_dependencies=off
|