diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-20 09:56:37 -0400 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-20 09:56:37 -0400 |
commit | 6d5381d012bd9358dfb0a83125d96bb70fa73f43 (patch) | |
tree | 662f75dd7dd8636b329e3df2dc4cb26abaa92883 /indra | |
parent | c2d0531a0ed2236addfd5377af65efbf745892ed (diff) |
reapply 4a8388c13e56: MAINT-646 Enable /fp:fast in Visual Studio
Diffstat (limited to 'indra')
-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? |