Skip to content
Snippets Groups Projects
Commit 6761e4a0 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove gcc 9 specific argument

parent 7e0eda35
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28541 failed
...@@ -397,7 +397,7 @@ if (WIN32) # TODO(nick) Should do based upon compiler (VS) ...@@ -397,7 +397,7 @@ if (WIN32) # TODO(nick) Should do based upon compiler (VS)
else() else()
add_definitions(-DUNIX) add_definitions(-DUNIX)
# -fdiagnostics-color # -fdiagnostics-color
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -fPIC -msse3 -Wall -Werror=unused-result -Werror=return-type -Wno-deprecated-copy") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -fPIC -msse3 -Wall -Werror=unused-result -Werror=return-type")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -pg") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -pg")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -mfpmath=sse") set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -mfpmath=sse")
set(OS_LIBS "dl") set(OS_LIBS "dl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment