From a713ba1110de6269473ce620dd5cf352f113b47f Mon Sep 17 00:00:00 2001 From: edoardo <48774736+xdoardo@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:20:05 +0100 Subject: [PATCH] fix(ios): Remove `float-abi` flag (#3889) --- product-mini/platforms/ios/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/product-mini/platforms/ios/CMakeLists.txt b/product-mini/platforms/ios/CMakeLists.txt index 4bbff4cff..ea5a4f4b9 100644 --- a/product-mini/platforms/ios/CMakeLists.txt +++ b/product-mini/platforms/ios/CMakeLists.txt @@ -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")