bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.98k stars 628 forks source link

fix(ios): Remove `float-abi` flag #3889

Closed xdoardo closed 3 weeks ago

xdoardo commented 3 weeks ago

Compiling wamr targeting iOS results in

clang: error: unsupported option '-mfloat-abi=' for target 'aarch64-apple-ios'

This small patch removes this setting in the related CMakeLists.txt file.