diff options
author | Dave Parks <davep@lindenlab.com> | 2012-06-08 14:19:36 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-06-08 14:19:36 -0500 |
commit | ad745867ed820c39718de9519b15f25a5526ae37 (patch) | |
tree | 1c78bb53e527d3373b115be782e99ed50ef9f9c3 /indra/cmake | |
parent | dd00b6dbc81983d07196dcf394cc74cd7237df7e (diff) |
MAINT-646 Enable /fp:fast in Visual Studio
Diffstat (limited to 'indra/cmake')
-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? |