summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-04-10 08:46:27 +0200
committerBert Belder <bertbelder@gmail.com>2021-04-11 20:57:17 +0000
commit06b5959eed5bd634851cd52dc24dca51e48d32de (patch)
tree3a6cf2a7963000024a09273c0e69bab90ee0769f /Cargo.toml
parentae95da5d10c2899e8475964466b249a0d15d9825 (diff)
ci: store last-modified timestamps in Github Actions cache (#10110)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d7c8be95..d99f66fd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,11 +23,13 @@ exclude = [
[profile.release]
codegen-units = 1
+incremental = true
lto = true
opt-level = 'z' # Optimize for size
[profile.bench]
codegen-units = 1
+incremental = true
lto = true
opt-level = 'z' # Optimize for size