aboutsummaryrefslogtreecommitdiff
path: root/CompilerChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2019-12-09cmake: Add -Wsign-compare to CFLAGSAndreas Schneider1-0/+1
2019-01-22cmake: Add -Wmissing-field-initializers compile flagAndreas Schneider1-0/+1
2018-10-16cmake: Disable deprecation warnings for old known_hosts APIAndreas Schneider1-0/+6
2018-10-16cmake: Only check for -Wno-gnu-zero-variadic-macro-arguments with clangAndreas Schneider1-1/+4
2018-09-26cmake: Also add DEFAULT_LINK_FLAGS for SolarisAndreas Schneider1-0/+9
2018-09-06cmake: Use -Wpedantic and remove -pedantic-errorsAndreas Schneider1-2/+1
2018-09-03cmake: Add -fstack-clash-protectionAndreas Schneider1-0/+5
2018-08-31cmake: Use -fstack-protector-strong if possibleAndreas Schneider1-4/+9
2018-08-24cmake: Improve compiler flag detectionAndreas Schneider1-19/+29
2018-08-23cmake: Allow zero for variadic macro argumentAndreas Schneider1-5/+3
2018-08-22cmake: Set -D_FORTIFY_SOURCE=2 if possibleAndreas Schneider1-0/+8
2018-08-20cmake: Add support for picky developer flagsAndreas Schneider1-0/+6
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider1-0/+71