Name the profiles to not suggest they're WASM-only
All checks were successful
Basic checks / Basic build-and-test supertask (push) Successful in 7m13s
All checks were successful
Basic checks / Basic build-and-test supertask (push) Successful in 7m13s
This commit is contained in:
@@ -16,7 +16,7 @@ debug_ui = ["bevy_rapier2d/debug-render-2d"]
|
|||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
getrandom = { version = "0.3.3", features = ["wasm_js"] }
|
getrandom = { version = "0.3.3", features = ["wasm_js"] }
|
||||||
|
|
||||||
[profile.wasm-O3]
|
[profile.speedy]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
@@ -24,7 +24,7 @@ opt-level = 3
|
|||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[profile.wasm-Oz]
|
[profile.tiny]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
|
|||||||
Reference in New Issue
Block a user