Commit e46e13a7 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed typo in android toolchain

parent e6d82017
......@@ -616,7 +616,7 @@ add_definitions( -DANDROID )
if( ARMEABI OR ARMEABI_V7A )
# NDK also defines -ffunction-sections -funwind-tables but they result in worse OpenCV performance
set( CMAKE_CXX_FLAGS "-fPIC -Wno-psabi -frtti -fexceptions" )
set( CMAKE_CXX_FLAGS "-fPIC -Wno-psabi -fexceptions" )
set( CMAKE_C_FLAGS "-fPIC -Wno-psabi -fexceptions" )
remove_definitions( -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ )
add_definitions( -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ )
# extra arm-specific flags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment