diff options
| author | ruki <[email protected]> | 2025-09-21 11:06:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-21 20:50:55 +0800 |
| commit | 967a89d483dc6597a48ba0c0cd7a408519a0e70c (patch) | |
| tree | 3b07d1f0a16c977f1124bae7c12afe7149038943 /core/src/mimalloc/xmake.sh | |
| parent | bfcaa018829d09ca860833f6befa8cc2df52d5ea (diff) | |
fix errormimalloc
Diffstat (limited to 'core/src/mimalloc/xmake.sh')
| -rwxr-xr-x | core/src/mimalloc/xmake.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/mimalloc/xmake.sh b/core/src/mimalloc/xmake.sh index 5ffbf4406..2aece1287 100755 --- a/core/src/mimalloc/xmake.sh +++ b/core/src/mimalloc/xmake.sh @@ -33,7 +33,8 @@ target "mimalloc" # fast atomics if is_plat "macosx" "iphoneos" && is_arch "arm64"; then - add_cflags "-Xarch_arm64;-march=armv8.1-a" + add_cflags "-Xarch_arm64" + add_cflags "-march=armv8.1-a" elif is_arch "arm64"; then add_cflags "-march=armv8.1-a" fi |
