Skip to content

Commit

Permalink
Add: 意図を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Mar 21, 2024
1 parent c861e9a commit 094ee1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,7 @@ strip = true
# https://github.com/rust-lang/cargo/issues/4897#issuecomment-1767587337
[profile.web-release]
inherits = "release"
# opt-levelをzにするとemscripten_memcpy_jsが出力されなくなり、エラーになるのでsにする
opt-level = "s"
# デバッグ用
debug = true

0 comments on commit 094ee1e

Please sign in to comment.