mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-09 23:04:37 +01:00
10 lines
374 B
Text
10 lines
374 B
Text
# 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
|