2
0
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:
Vladimir Prus
2006-03-07 12:59:37 +00:00
parent 19c2e83e87
commit 6abe0010af

View File

@@ -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 ;
}
}