2019-10-06 22:47:17 +03:00
|
|
|
[workspace]
|
|
|
|
|
|
|
|
members = [
|
2019-12-04 00:46:38 +03:00
|
|
|
"build-utilities",
|
2019-10-06 22:47:17 +03:00
|
|
|
"lib/core",
|
2019-12-04 00:46:38 +03:00
|
|
|
"lib/core/embedded-fonts",
|
2019-11-18 18:56:26 +03:00
|
|
|
"lib/core/msdf-sys",
|
2019-11-27 20:04:33 +03:00
|
|
|
"lib/eval-tt",
|
|
|
|
"lib/optics",
|
|
|
|
"lib/prelude",
|
2019-12-19 03:37:41 +03:00
|
|
|
"lib/code-builder",
|
2019-11-27 20:04:33 +03:00
|
|
|
"lib/shapely/impl",
|
2019-11-18 18:56:26 +03:00
|
|
|
"lib/system/web",
|
2019-10-07 21:33:09 +03:00
|
|
|
]
|
|
|
|
|
2020-01-03 16:29:57 +03:00
|
|
|
[profile.dev]
|
|
|
|
opt-level = 1
|
|
|
|
lto = false
|
2020-01-08 17:26:36 +03:00
|
|
|
debug = true
|
2020-01-03 16:29:57 +03:00
|
|
|
|
2019-10-07 21:33:09 +03:00
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|
2020-01-03 16:29:57 +03:00
|
|
|
lto = true
|
2020-01-08 17:26:36 +03:00
|
|
|
# TODO: consider if we need it here. See discussion here: https://github.com/luna/basegl/pull/105
|
|
|
|
debug = true
|
2020-01-03 16:29:57 +03:00
|
|
|
|
|
|
|
[profile.bench]
|
|
|
|
opt-level = 3
|
|
|
|
lto = true
|