mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Bump default compatibility to vc10. The impact is to eliminate warning about use of deprecated compiler switch /Op.
[SVN r75725]
This commit is contained in:
@@ -161,8 +161,8 @@ rule init ( version ? : # the compiler version
|
||||
|
||||
if ! $(compatibility)
|
||||
{
|
||||
# If there's no backend version, assume 7.1.
|
||||
compatibility = vc7.1 ;
|
||||
# If there's no backend version, assume 10.
|
||||
compatibility = vc10 ;
|
||||
}
|
||||
|
||||
local extract-version = [ MATCH ^vc(.*) : $(compatibility) ] ;
|
||||
|
||||
Reference in New Issue
Block a user