mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 09:40:19 +00:00
e48a2e158c
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
|