| commit | ae2108a97c4f991505ea84c61fc8eb2fcc322fd5 | [log] [tgz] |
|---|---|---|
| author | danakj <danakj@chromium.org> | Wed Oct 16 00:04:32 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 00:04:32 2024 |
| tree | c06b3b3950a870ce316842921322c0a86792b7d6 | |
| parent | ef03e75fcdee284df72a3cddfec5e5a1e54ae6d4 [diff] |
Enable debug_assert in Rust when DCHECK_IS_ON is enabled This enables debug_assert!() in release builds as well when DCHECKs are enabled in C++. Change-Id: I8f11c98da9b9ebebfdfcb408b844e809cc63594e Cq-Include-Trybots: luci.chromium.try:android-rust-arm32-rel,android-rust-arm64-dbg,android-rust-arm64-rel,linux-rust-x64-dbg,linux-rust-x64-rel,mac-rust-x64-dbg,win-rust-x64-rel,win-rust-x64-dbg Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5936015 Commit-Queue: Arthur Eubanks <aeubanks@google.com> Auto-Submit: danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Reviewed-by: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/main@{#1369105}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.