-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
There are a number of global flags added to POSIX systems (effectively for us, this means Linux).
For example, -pthread is needed to compile various targets on Amazon Linux 2 systems: https://github.com/10gen/mongo/blob/master/SConstruct#L3201
Add in anything that's easy to condition on and shard out anything that requires more work to other tickets.