Skip to content

Commit

Permalink
add release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
b1nhack committed Jul 8, 2024
1 parent a3fea2b commit c2ebb73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[workspace]
resolver = "2"
members = ["encrypt_shellcode/*"]

[profile.release]
strip = true
opt-level = 3
lto = true
codegen-units = 1

0 comments on commit c2ebb73

Please sign in to comment.