The executables compiled by compile_all_but_not_unittests are not used for any purpose other than to verify that compiling them succeeds. We can therefore speed up the compilation process (estimated to be ~15 minutes faster) by skipping the generation of debug symbols.
- related to
-
SERVER-98484 Switch debug symbols off in compile-all-but-unit-test nightly tasks
- Closed