Skip to content

Commit

Permalink
chore: reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
Zvicii committed Jan 2, 2024
1 parent 43c99bc commit bb4c0d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Cargo.lock
.vscode
exports
.DS_Store
export
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "s3 client with C interface"
version = "0.1.0"
edition = "2021"

[profile.release]
codegen-units = 1
lto = true
opt-level = 'z'

[package.metadata.bundle]
name = "ne-s3"
identifier = "com.netease.nmc.demo"
Expand Down

0 comments on commit bb4c0d7

Please sign in to comment.