We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf831f commit d8cc1eaCopy full SHA for d8cc1ea
CHANGELOG.md
@@ -11,6 +11,10 @@
11
12
- Switch from `openssl` to `rustls` in `attohttpc` dependency. [#49](https://github.com/Stranger6667/css-inline/issues/49)
13
14
+### Performance
15
+
16
+- Use `codegen-units=1` and `lto=fat`
17
18
## [0.3.3] - 2020-07-07
19
20
### Performance
Cargo.toml
@@ -33,3 +33,7 @@ criterion = ">= 0.1"
33
[[bench]]
34
name = "inliner"
35
harness = false
36
37
+[profile.release]
38
+codegen-units = 1
39
+lto = "fat"
0 commit comments