This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new ab7902eb3 perf(ci): reduce dev profile opt-level from 2 to 1 (#2573)
ab7902eb3 is described below
commit ab7902eb38c733144910e338e32c09810d3e4a44
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Fri Jan 16 09:12:40 2026 +0100
perf(ci): reduce dev profile opt-level from 2 to 1 (#2573)
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index ba90d98ca..e5e370d6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -217,4 +217,4 @@ lto = true
codegen-units = 1
[profile.dev]
-opt-level = 2
+opt-level = 1