diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-12-16 15:36:18 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-12-16 15:36:18 +0100 |
commit | d670b4420afbc6bc05a7c6bb77ca0f60e3f61595 (patch) | |
tree | f84e12d052100eb5de50268f97304ac49f666eaf /servobuild.example | |
parent | b7aaff499501e0f1f0d411db5059f59e4828419d (diff) | |
download | servo-d670b4420afbc6bc05a7c6bb77ca0f60e3f61595.tar.gz servo-d670b4420afbc6bc05a7c6bb77ca0f60e3f61595.zip |
Add `layout-2020` option to the `.servobuild` file
… and `--with-layout-2013` command-line option to disable it.
Diffstat (limited to 'servobuild.example')
-rw-r--r-- | servobuild.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/servobuild.example b/servobuild.example index a115f69f055..59f61d10f66 100644 --- a/servobuild.example +++ b/servobuild.example @@ -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" |