aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 13:29:58 +0000
committerFuwn <[email protected]>2021-05-17 13:29:58 +0000
commit94ee182f62d6cc351a8079b7fe54ef37b6336824 (patch)
tree062dad2421bccab834a700e97906eb62fa79202b /Cargo.toml
parentperf(global): perform link time optimization across all crates in release mode (diff)
downloadwhirl-94ee182f62d6cc351a8079b7fe54ef37b6336824.tar.xz
whirl-94ee182f62d6cc351a8079b7fe54ef37b6336824.zip
perf(global): custom allocator and adjust codegen-units
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b9ecf5a..b77f983 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,4 @@ members = ["whirl_config", "whirl", "whirl_prompt", "whirl_server"]
[profile.release]
lto = "fat"
+codegen-units = 1