mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add layout-2020
option to the .servobuild
file
… and `--with-layout-2013` command-line option to disable it.
This commit is contained in:
parent
b7aaff4995
commit
d670b4420a
2 changed files with 8 additions and 2 deletions
|
@ -43,6 +43,9 @@ webgl-backtrace = false
|
|||
# that triggered it.
|
||||
dom-backtrace = false
|
||||
|
||||
# Default to the “2020” implementation of CSS layout instead of the “2013” one.
|
||||
layout-2020 = false
|
||||
|
||||
# Set to the path to your ccache binary to enable caching of compiler outputs
|
||||
#ccache = "/usr/local/bin/ccache"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue