mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #18885 - servo:unstable-cef, r=nox
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. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18885) <!-- Reviewable:end -->
This commit is contained in:
commit
086c48210c
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ opt-level = 3
|
|||
|
||||
[features]
|
||||
debugmozjs = ["libservo/debugmozjs"]
|
||||
default = ["unstable", "default-except-unstable"]
|
||||
default-except-unstable = []
|
||||
unstable = ["libservo/unstable"]
|
||||
|
||||
[dependencies]
|
||||
compositing = {path = "../../components/compositing"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue