[SERVER-76949] Add GCC build profile support Created: 09/May/23 Updated: 27/Oct/23 Resolved: 27/Oct/23 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Jordi Olivares Provencio | Assignee: | [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Server Development Platform
|
| Participants: |
| Description |
|
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. |