mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add a default 'unstable' feature to CEF
I recently moved that default from libservo to ports/servo, which made CEF not have it anymore. The different defaults made `./mach build-cef` after `./mach build` rebuild many libraries (including serde and all of its recursive dependents) and take a long time.
This commit is contained in:
parent
6558e01dca
commit
bc123ad6c3
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ opt-level = 3
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
debugmozjs = ["libservo/debugmozjs"]
|
debugmozjs = ["libservo/debugmozjs"]
|
||||||
|
default = ["unstable", "default-except-unstable"]
|
||||||
|
default-except-unstable = []
|
||||||
|
unstable = ["libservo/unstable"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
compositing = {path = "../../components/compositing"}
|
compositing = {path = "../../components/compositing"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue