mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Set /Op flag only for the currenly initialized version, not for all.
[SVN r33254]
This commit is contained in:
@@ -422,7 +422,7 @@ local rule configure-version-specific ( version : condition )
|
||||
|
||||
# Improve floating-point accuracy. Otherwise, some of C++ Boost's
|
||||
# "math" tests will fail.
|
||||
flags msvc.compile CFLAGS : /Op ;
|
||||
flags msvc.compile CFLAGS $(condition) : /Op ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user