mirror of
https://github.com/servo/servo.git
synced 2025-09-13 08:28:19 +01:00
Disable logging in bindgen to reduce code size
This disables bindgen's `logging` feature, which builds `env_logger` with default features, including regex support. Disabling it allows Gecko to build `env_logger` without the `regex` crate, reducing code size. Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1444097
This commit is contained in:
parent
8133f788cf
commit
2f2bfb23db
4 changed files with 2 additions and 51 deletions
|
@ -44,7 +44,6 @@ packages = [
|
|||
"quote",
|
||||
"unicode-xid",
|
||||
"log",
|
||||
"env_logger",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue