mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Updates rules_cc to v0.0.10 to reduce the steps required to get started with creating a Bazel-based Pi Pico project.
6 lines
201 B
Text
6 lines
201 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
|