We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fde2b4 commit c4d43bdCopy full SHA for c4d43bd
CMakeLists.txt
@@ -46,8 +46,8 @@ endif()
46
47
if(ANDROID)
48
# To reduce the volume of the library
49
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g0 -Os -ffunction-sections -fdata-sections")
50
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g0 -Os -ffunction-sections -fdata-sections")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g0 -Ofast -ffunction-sections -fdata-sections")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g0 -Ofast -ffunction-sections -fdata-sections")
51
endif()
52
53
############################# Basic Options for FastDeploy ################################
0 commit comments