Skip to content

Commit 1ba27a4

Browse files
authored
no debug-assertions in release mode (#310)
1 parent a46c2b6 commit 1ba27a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plrust/src/user_crate/crating.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ pub(crate) fn cargo_toml_template(crate_name: &str, version_feature: &str) -> to
288288
/* User deps added here */
289289

290290
[profile.release]
291-
debug-assertions = true
292291
opt-level = 3_usize
293292
panic = "unwind"
294293
};

0 commit comments

Comments
 (0)