-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2019-02-11
A full install of XCode10 provides clang 1000.11.45.5, however an installation of just the XCode10 "Command Line Tools" delivers clang 1000.10.44.4.
Since this version is also sufficient to build mongodb on OSX, relax the required __apple_build_version__ to 10001044.
Additionally, a dynamic link of mongodb server is too large to be useful on OSX, so raise a warning when specifying --link-model=dynamic, but keep it enabled for smaller builds such as mobile and tools.