Commit 15952d71 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3436 from oresths:compiler_option

parents ba9bc2d7 aad98e54
......@@ -171,10 +171,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
endif()
endif()
if(ENABLE_NEON)
add_extra_compiler_option(-mfpu=neon)
endif()
# Profiling?
if(ENABLE_PROFILING)
add_extra_compiler_option("-pg -g")
......
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