mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
15 lines
212 B
TOML
15 lines
212 B
TOML
[workspace]
|
|
members = [
|
|
"ports/cef",
|
|
"ports/geckolib",
|
|
"ports/servo",
|
|
]
|
|
|
|
[profile.dev]
|
|
codegen-units = 4
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# Uncomment to profile on Linux:
|
|
# debug = true
|
|
# lto = false
|