From aad98e545fa0c48681d67e740865c9c518d00055 Mon Sep 17 00:00:00 2001 From: orestis Date: Wed, 19 Nov 2014 23:26:36 +0200 Subject: [PATCH] Remove redundant -mfpu=neon flag. This flag is already added in line 131. --- cmake/OpenCVCompilerOptions.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/OpenCVCompilerOptions.cmake b/cmake/OpenCVCompilerOptions.cmake index 909e2a4..2f9068c 100644 --- a/cmake/OpenCVCompilerOptions.cmake +++ b/cmake/OpenCVCompilerOptions.cmake @@ -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") -- 2.7.4