From ad745867ed820c39718de9519b15f25a5526ae37 Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Fri, 8 Jun 2012 14:19:36 -0500
Subject: [PATCH] MAINT-646 Enable /fp:fast in Visual Studio

---
 indra/cmake/00-Common.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake
index 98eeed09b3a..00baf626d20 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?
-- 
GitLab