summaryrefslogtreecommitdiff
path: root/cmake/modules/SetupBuildFlags.cmake
Commit message (Collapse)AuthorAgeFilesLines
* M!68 - SetupBuildFlags.cmake: Correct testing of two compiler/linker build flagsMatt Turner2021-04-191-2/+2
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/68
* SetupBuildFlags.cmake: Use -Werror=implicit-function-declaration only for C ↵Milan Crha2020-05-131-1/+1
| | | | | | | | code compilation The C++ code produces a compile time warning: cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ despite CMake's check_cxx_compiler_flag() returning success.
* I#120 - Fails to build with libasan using Clang (undefined symbols)Milan Crha2019-05-221-3/+3
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/120
* I#94 - Remove -Wabi from the default C++ warning flagsMilan Crha2019-03-141-1/+0
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/94
* Correct how extra compiler warnings are used in the maintainer modeMilan Crha2018-11-141-5/+6
| | | | ...and address the newly shown warnings as well.
* Bug 781833 - Do not set '-Wl,--no-undefined' on BSDAntoine Jacoutot2017-04-281-2/+2
|
* SetupBuildFlags.cmake: Check C++ flags only if C++ is enabledMilan Crha2016-11-101-8/+13
|
* Convert from autotools to CMakeMilan Crha2016-10-101-0/+80