mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 09:40:19 +00:00
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
|
# Required for new toolchain resolution API.
|
||
|
build --incompatible_enable_cc_toolchain_resolution
|
||
|
build --@rules_cc//cc/toolchains:experimental_enable_rule_based_toolchains
|
||
|
|
||
|
# Produce useful output when the build fails.
|
||
|
common --verbose_failures
|