We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22abd8 commit cb212b7Copy full SHA for cb212b7
avif-coder/src/main/cpp/CMakeLists.txt
@@ -44,6 +44,8 @@ if(ANDROID_ABI STREQUAL arm64-v8a)
44
add_definitions("-DHAVE_NEON=1")
45
endif()
46
47
+set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")
48
+
49
target_include_directories(coder PRIVATE ${CMAKE_SOURCE_DIR}/libheif ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/libyuv)
50
# Searches for a specified prebuilt library and stores the path as a
51
# variable. Because CMake includes system libraries in the search path by
0 commit comments