aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sendemail-validate2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sendemail-validate b/contrib/sendemail-validate
index 35b7d9e3..7df38e05 100755
--- a/contrib/sendemail-validate
+++ b/contrib/sendemail-validate
@@ -30,6 +30,8 @@ validate_patch () {
git am -3 "$file"
}
+export CFLAGS="-O2 -g -Wall -Wextra -Wconversion -Warith-conversion -Werror -Wformat-security -Wstack-protector -fstack-protector-strong -fanalyzer"
+
validate_series () {
make all tests lint check-patches
}