We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo.tomlに以下をこぴぺ
[profile.release] strip = true opt-level = "z" lto = true codegen-units = 1 panic = "abort"
ビルドする
cargo build --release
The text was updated successfully, but these errors were encountered:
GitHub MarketplaceでRust Release binaryなるものを発見したのでこれを使用する
Sorry, something went wrong.
ワークフローでなぜかreleaseイベントがトリガーされないのでpushに変更 https://github.com/HamadaTomoki/ap4s-submitter/blob/b40803424ca11931a9a0c2585672bcb9982d573c/.github/workflows/release.yml#L3-L4
release
以下で言及されていたので参考にして解決✨ rust-build/rust-build.action#46 (comment)
novum-d
No branches or pull requests
Cargo.tomlに以下をこぴぺ
ビルドする
The text was updated successfully, but these errors were encountered: