We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb84b commit d8b69d7Copy full SHA for d8b69d7
ios/cmake/Modules/Platform/iOS.cmake
@@ -42,7 +42,7 @@ set (CMAKE_CXX_OSX_CURRENT_VERSION_FLAG "${CMAKE_C_OSX_CURRENT_VERSION_FLAG}")
42
set (CMAKE_C_FLAGS "")
43
set (CMAKE_CXX_FLAGS "-headerpad_max_install_names -fvisibility=hidden -fvisibility-inlines-hidden")
44
45
-set (CMAKE_CXX_FLAGS_RELEASE "-O3 -fomit-frame-pointer")
+set (CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -O3 -fomit-frame-pointer -ffast-math")
46
47
if (HAVE_FLAG_SEARCH_PATHS_FIRST)
48
set (CMAKE_C_LINK_FLAGS "-Wl,-search_paths_first ${CMAKE_C_LINK_FLAGS}")
0 commit comments