Commit a44003e
authored
build(rust): mimalloc-safe/no_opt_arch on aarch64 (#6072)
* build(rust): mimalloc-safe/no_opt_arch on aarch64
initially introduced by #6055 for linux, this did not include android
devices as it is considerd its own operating system with linux being the
"vendor"; triplets are quite inconsistent and confusing at times!
this change conservatively disables arch-specific optimizations for all
aarch64 targets, to ensure broad compatibility.
closes #6047
* build(rust): exclude Apple from arch-specific opt-out1 parent 3074dec commit a44003e
1 file changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
22 | 36 | | |
23 | 37 | | |
24 | | - | |
25 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
26 | 43 | | |
27 | 44 | | |
28 | 45 | | |
0 commit comments