From 3c2683f6c16e8b81d26814bf74427a277270e281 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 27 May 2017 05:44:06 +0200 Subject: [PATCH] Removed cmake c++11 and O2 global options --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b0afa4af..e32d5c5a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -530,7 +530,7 @@ endif() ############################################################################## # Compiler flags. -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fmax-errors=10 -std=c++11 -O2 -ffast-math -ftree-vectorize ${EXTRA_FLAGS}") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fmax-errors=10 -ffast-math -ftree-vectorize ${EXTRA_FLAGS}") set(sdrangel_SOURCES app/main.cpp