aboutsummaryrefslogtreecommitdiff
path: root/CompilerChecks.cmake
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16cmake: Add -Wmissing-field-initializersAndreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-10-02cmake: Only check for -Wno-gnu-zero-variadic-macro-arguments with clangAndreas Schneider1-1/+4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-09-19cmake: Remove -Wno-deprecated-declarations on OSXAndreas Schneider1-6/+0
2018-09-11cmake: Fix linking with -fstack-protector* on SolarisAndreas Schneider1-0/+9
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-09-06cmake: Use -Wpedantic and remove -pedantic-errorsAndreas Schneider1-2/+1
We get -Werror if -DPICKY_DEVELOPER=ON is set. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-09-03cmake: Add compiler check for -fstack-clash-protectionAndreas Schneider1-0/+5
2018-09-02cmake: Add compiler check for -fstack-protector-strongAndreas Schneider1-4/+9
2018-08-24cmake: Improve compiler checksAndreas Schneider1-22/+30
Always use -Werror to detect compiler flags if possible. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-22cmake: Add new CompilerCheck.cmakeAndreas Schneider1-0/+85