Skip to content

Commit 3e0f3f9

Browse files
committed
Reduce output size
1 parent 9d57426 commit 3e0f3f9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ features = [
2121
"Win32_System_Diagnostics_Debug",
2222
"Win32_System_Diagnostics_ToolHelp",
2323
]
24+
25+
[profile.release]
26+
opt-level = "z"
27+
lto = "fat"
28+
codegen-units = 1
29+
panic = "abort"
30+
strip = "symbols"
31+
debug = 0

0 commit comments

Comments
 (0)