Skip to content

Commit ebd01ff

Browse files
Optimize aarch64 tests
Attempt to combat the slowness of emulators for this particular platform, which are oddly even slower than I expect in general. It probably doesn't help that they run all tests except for the handful of x86-specific ones.
1 parent 21fd913 commit ebd01ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ optional = true
4141
# Keep in sync with the version on Dockerfile.
4242
wasm-bindgen = "=0.2.87"
4343
wasm-bindgen-test = "=0.3.37"
44+
45+
[target.'cfg(target_arch = "aarch64")'.profile.dev]
46+
opt-level = 3 # slow emulators

0 commit comments

Comments
 (0)