Skip to content
New issue

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

ビルドサイズが小さくなる魔法の呪文 #1

Closed
Azu0925 opened this issue Nov 15, 2022 · 2 comments
Closed

ビルドサイズが小さくなる魔法の呪文 #1

Azu0925 opened this issue Nov 15, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Azu0925
Copy link

Azu0925 commented Nov 15, 2022

Cargo.tomlに以下をこぴぺ

[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"

ビルドする

cargo build --release
@novum-d novum-d added the enhancement New feature or request label Nov 15, 2022
@novum-d novum-d self-assigned this Nov 15, 2022
@novum-d
Copy link
Owner

novum-d commented Nov 16, 2022

GitHub MarketplaceでRust Release binaryなるものを発見したのでこれを使用する

@novum-d
Copy link
Owner

novum-d commented Nov 16, 2022

ワークフローでなぜかreleaseイベントがトリガーされないのでpushに変更
https://github.com/HamadaTomoki/ap4s-submitter/blob/b40803424ca11931a9a0c2585672bcb9982d573c/.github/workflows/release.yml#L3-L4

以下で言及されていたので参考にして解決✨
rust-build/rust-build.action#46 (comment)

@novum-d novum-d closed this as completed Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants