mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-11 00:39:55 +00:00
Updates rules_cc to v0.0.10 to reduce the steps required to get started with creating a Bazel-based Pi Pico project.
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
# 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
|