mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
auto merge of #5261 : pcwalton/servo/too-many-reflows, r=pcwalton,metajack
These help Facebook Timeline a lot. r? @metajack
This commit is contained in:
commit
aa6ed369b8
3 changed files with 17 additions and 6 deletions
|
@ -34,11 +34,13 @@ default = ["glutin_app", "window"]
|
|||
window = ["glutin_app/window"]
|
||||
headless = ["glutin_app/headless"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = true
|
||||
rpath = false
|
||||
lto = false
|
||||
# Uncomment to profile on Linux:
|
||||
#
|
||||
# [profile.release]
|
||||
# opt-level = 3
|
||||
# debug = true
|
||||
# rpath = false
|
||||
# lto = false
|
||||
|
||||
[dependencies.compositing]
|
||||
path = "../compositing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue