diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam index e33a66d22..436b0d10d 100644 --- a/v2/tools/msvc.jam +++ b/v2/tools/msvc.jam @@ -240,7 +240,7 @@ rule configure-version-specific ( toolset : version : conditions ) # Improve floating-point accuracy. Otherwise, some of C++ Boost's "math" # tests will fail. - toolset.flags $(toolset).compile CFLAGS $(conditions) : /Op ; + toolset.flags $(toolset).compile CFLAGS $(conditions) : /fp:precise ; # 7.1 and below have single-threaded static RTL. toolset.flags $(toolset).compile CFLAGS $(conditions)/off/static/single : /ML ;