diff options
| -rw-r--r-- | indra/cmake/00-Common.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 98eeed09b3..00baf626d2 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -69,6 +69,7 @@ if (WINDOWS)        /Oy-        /Zc:wchar_t-        /arch:SSE2 +      /fp:fast        )    # Are we using the crummy Visual Studio KDU build workaround?  | 
