| commit | a98c174e923d5f7c208565a9fdcd6ec613f9526d | [log] [tgz] |
|---|---|---|
| author | Takuto Ikuta <tikuta@chromium.org> | Thu Feb 13 05:44:14 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 13 05:44:14 2025 |
| tree | d497ef76f64a377159ab272b70b2fa9b41b643a5 | |
| parent | dd37af4c5ca196f1c98eac33ed0876877675fcfe [diff] |
libc++: do not enable modules build to avoid ODR violation Currently, libc++ doesn't build with its modulemap config file and we don't take care of the libc++'s build performance now. So, let me disable module build for libc++. Bug: 40263312 Change-Id: I3b1867f3e555a80a00d128338dda66a916cd04b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6248376 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Erik Staab <estaab@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Alan Zhao <ayzhao@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1419704}
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.