roll: pigweed pw_build: Add -O and -g flags to rustflags
-O and -g flags specified through GN toolchains were missing from
rustflags.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236392
Original-Revision: 07636c248fb8a85b6f015a979cc44360d38112b0
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 1f2a0feb810005..07636c248fb8a8
Roller-URL: https://ci.chromium.org/b/8735759904368035553
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ib1a07f96c43cadf46252b21392e4cbca9bc1e975
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/238073
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index fd24260..a136e85 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-26.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735764621497966721.
- commit = "1f2a0feb81000531f1ae7e9e26a845609c1beb78",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735759904368035553.
+ commit = "07636c248fb8a85b6f015a979cc44360d38112b0",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -59,8 +59,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-26.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735764621497966721.
- commit = "1f2a0feb81000531f1ae7e9e26a845609c1beb78",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735759904368035553.
+ commit = "07636c248fb8a85b6f015a979cc44360d38112b0",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)