-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Right now there's support for multiple build profiles in the mongodb codebase.
All of these profiles use Clang to compile. In some environments we instead compile with GCC. Normally this shouldn't be an issue, but some warnings happens only in GCC which can lead to confusion since locally the code doesn't display these warnings.
It would make sense to support profiles that build using GCC.