1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Removed cmake c++11 and O2 global options

This commit is contained in:
f4exb 2017-05-27 05:44:06 +02:00
parent d6eb9788c4
commit 3c2683f6c1

View File

@ -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