From 71fc4c295f81cb02d41e196a26672b2b0063ef4c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 13 Feb 2016 15:36:54 +0100 Subject: [PATCH] - removed global fastmath setting now that it is controlled by per-source-file settings. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee2a970a2..550bc807f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,8 +118,7 @@ if( MSVC ) # String pooling # Function-level linking # Disable run-time type information - # Set floating point model to fast or the GL render will suffer for it. - set( ALL_C_FLAGS "/GF /Gy /GR- /fp:fast" ) + set( ALL_C_FLAGS "/GF /Gy /GR-" ) if( CMAKE_SIZEOF_VOID_P MATCHES "4") # SSE2 option (mostly to switch it off in VC2012 and later where it's the default