mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Using a unity build tends to create large source files. With that it is easily possible to hit the object file's size limit resulting in the "C1128: number of sections exceeded object file format limit" (MSVC) or "File too big" (GCC) error. In order to avoid this, this commit sets the necessary flag to extend that limit. |
||
|---|---|---|
| .. | ||
| FindModules | ||
| compiler.cmake | ||
| install-library.cmake | ||
| install-paths.cmake | ||
| os.cmake | ||
| pkg-utils.cmake | ||
| project-utils.cmake | ||
| qt-utils.cmake | ||