diff --git a/Cargo.toml b/Cargo.toml index 3ea8525..5a92fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ debug_ui = ["bevy_rapier2d/debug-render-2d"] [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.3.3", features = ["wasm_js"] } -[profile.wasm-O3] +[profile.speedy] inherits = "release" codegen-units = 1 lto = "fat" @@ -24,7 +24,7 @@ opt-level = 3 strip = "symbols" panic = "abort" -[profile.wasm-Oz] +[profile.tiny] inherits = "release" codegen-units = 1 lto = "fat"