From 06b5959eed5bd634851cd52dc24dca51e48d32de Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 10 Apr 2021 08:46:27 +0200 Subject: ci: store last-modified timestamps in Github Actions cache (#10110) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3