summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5b5dfcd5a1329212549e8abe77b0dad3962f1cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[workspace]
members = [
    "rsvg_internals",
]

[profile.release]
lto = true
debug = true

[profile.bench]
lto = true