Commit aad98e54 authored by orestis's avatar orestis

Remove redundant -mfpu=neon flag.

This flag is already added in line 131.
parent ba9bc2d7
......@@ -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