diff --git a/setup.py b/setup.py index 1f9f3d8906a636d925a6eb25ceae2bfd03e8419a..aa8103f70c7c029c56fbccd8020e713d3ac33f8f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,9 @@ sending DSNs or doing CBVs. library_dirs=libdirs, libraries=libs, # set MAX_ML_REPLY to 1 for sendmail < 8.13 - define_macros = [ ('MAX_ML_REPLY',32) ] + define_macros = [ ('MAX_ML_REPLY',32) ], + # save lots of debugging time testing rfc2553 compliance + extra_compile_args = [ "-Werror=implicit-function-declaration" ] ), ], keywords = ['sendmail','milter'],