Skip to content

Commit

Permalink
add release profile and try modifying vendoring settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Jul 1, 2024
1 parent 942a493 commit 37d8c58
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,21 @@ name = 'b64'
base64 = "0.21.7"
extendr-api = { version = "0.7.0", features = ["either"] }
itertools = "0.12.0"

# See https://github.com/ixpantia/orbweaver-r/blob/main/src/rust/Cargo.toml
[package.metadata.vendor-filter]
platforms = [
# Linux
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
# Windows
"x86_64-pc-windows-gnu",
# MacOS
"x86_64-apple-darwin",
"aarch64-apple-darwin",

]

[profile.release]
lto = true
codegen-units = 1
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit 37d8c58

Please sign in to comment.