Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Feb 3, 2024
1 parent b306c7f commit f6d4c0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target:
[
x86_64-pc-windows-gnu,
x86_64-unknown-linux-musl,
x86_64-apple-darwin,
]
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master

Expand Down
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ protobuf-codegen = { version = "3" }
[features]
default = ["bili"]
bili = []

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

0 comments on commit f6d4c0a

Please sign in to comment.