mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add a default-except-unstable feature
This commit is contained in:
parent
4594b40238
commit
c2d660037a
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ servo_remutex_tests = {path = "../../tests/unit/servo_remutex"}
|
|||
style_tests = {path = "../../tests/unit/style"}
|
||||
|
||||
[features]
|
||||
default = ["webdriver", "max_log_level", "unstable"]
|
||||
default = ["unstable", "default-except-unstable"]
|
||||
default-except-unstable = ["webdriver", "max_log_level"]
|
||||
max_log_level = ["log/release_max_level_info"]
|
||||
webdriver = ["libservo/webdriver_server"]
|
||||
energy-profiling = ["libservo/energy-profiling"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue