Skip to content
Snippets Groups Projects
Commit ca1aa10e authored by Drake Arconis's avatar Drake Arconis
Browse files

changed: Remove -ffast-math on linux due to failing unit tests

parent 633747db
Branches
Tags
No related merge requests found
......@@ -205,7 +205,7 @@ if (LINUX)
endif (NOT STANDALONE)
set(CMAKE_CXX_FLAGS_DEBUG "-fno-inline ${CMAKE_CXX_FLAGS_DEBUG}")
set(CMAKE_CXX_FLAGS_RELEASE "-O2 -ffast-math ${CMAKE_CXX_FLAGS_RELEASE}")
set(CMAKE_CXX_FLAGS_RELEASE "-O2 ${CMAKE_CXX_FLAGS_RELEASE}")
endif (LINUX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment