Remove redundant -mfpu=neon flag.
This flag is already added in line 131.
This commit is contained in:
parent
ba9bc2d72f
commit
aad98e545f
@ -171,10 +171,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_NEON)
|
|
||||||
add_extra_compiler_option(-mfpu=neon)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Profiling?
|
# Profiling?
|
||||||
if(ENABLE_PROFILING)
|
if(ENABLE_PROFILING)
|
||||||
add_extra_compiler_option("-pg -g")
|
add_extra_compiler_option("-pg -g")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user