mumble/cmake
Robert Adam ff40c92ab4 BUILD(cmake): Use big file linker option
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.
2021-03-06 18:57:22 +01:00
..
FindModules MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
compiler.cmake BUILD(cmake): Use big file linker option 2021-03-06 18:57:22 +01:00
install-library.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
install-paths.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
os.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
pkg-utils.cmake Merge pull request #4810: MAINT: Copyright update 2021-03-02 19:31:28 +01:00
project-utils.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
qt-utils.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00