-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
Related to this PR - https://github.com/10gen/mongo/pull/27961 we enabled the ability to build entirely without debug symbols. We should make it so the user has the ability to specify other debug symbols such as g1. Most debug options can be passed through cflags, but something like g1 required the disabling of defaults that are passed in and cflags is appended to the start of the compiler options.