commit | af57fad456ce3b69a35dee70367e19e964509459 | [log] [tgz] |
---|---|---|
author | Ted Pudlik <tpudlik@google.com> | Wed Oct 25 22:51:16 2023 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 22:51:16 2023 +0000 |
tree | 893ce32cf877f69bbb3f1d05f807ae9718dc7969 | |
parent | 7eb9df1b37c6a76c54e9571f960dc58e317ed434 [diff] |
Bazel: Remove most copts from pw_cc_library macro Putting the copts in the macro was a workaround while we didn't control our compiler configuration. The warnings flags need to stay here until b/300330623 is fixed. The problem is that our dependencies trip these warnings, so we can't apply them at the toolchain level. Bug: b/267498492 Change-Id: Ia896a1aa20c6a98d0d2292a9fab2eaaf81db421d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170824 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Ted Pudlik <tpudlik@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.