mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2024-11-24 08:11:21 +00:00
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
# Required for new toolchain resolution API.
|
|
build --incompatible_enable_cc_toolchain_resolution
|
|
build --@rules_cc//cc/toolchains:experimental_enable_rule_based_toolchains
|
|
|
|
# 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
|