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:
Matt Brubeck 2018-03-08 07:43:02 -08:00
parent 8133f788cf
commit 2f2bfb23db
4 changed files with 2 additions and 51 deletions

View file

@ -44,7 +44,6 @@ packages = [
"quote",
"unicode-xid",
"log",
"env_logger",
]
# Files that are ignored for all tidy and lint checks.
files = [