mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-7088 make --usev8 the default instead of --usesm
This commit is contained in:
parent
6d089c27a5
commit
96bfc6ffc5
@ -396,8 +396,8 @@ else:
|
||||
boostVersion = "-" + boostVersion
|
||||
|
||||
if ( not ( usesm or usev8 or justClientLib) ):
|
||||
usesm = True
|
||||
options_topass["usesm"] = True
|
||||
usev8 = True
|
||||
options_topass["usev8"] = True
|
||||
|
||||
extraLibPlaces = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user