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

This commit is contained in:
edoardo 2024-10-29 03:20:05 +01:00 committed by GitHub
parent 6426fc4993
commit a713ba1110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,6 @@
cmake_minimum_required (VERSION 3.21)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfloat-abi=hard")
project (iwasm)
set (WAMR_BUILD_PLATFORM "darwin")