Skip to content

Commit 71e7829

Browse files
committed
add ci profile?
1 parent aa4bf33 commit 71e7829

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,16 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)"] }
9999

100100
[lints.clippy]
101101
unused-async = "warn"
102+
103+
[profile.dev-ci]
104+
inherits = 'dev'
105+
opt-level = 1
106+
107+
[profile.optimized-release]
108+
inherits = 'release'
109+
debug = false
110+
lto = true
111+
debug-assertions = false
112+
opt-level = 3
113+
panic = 'abort'
114+
incremental = false

0 commit comments

Comments
 (0)