Drop -Werror to let this build with clang 15

This commit is contained in:
jca 2023-01-12 13:14:52 +00:00
parent 9515944cbd
commit bfa2168b9c
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ CFLAGS += "-DOPENSSL_clear_free=freezero"
MODULES = lang/python
MODPY_DISTUTILS_BUILD = linux-package
MODPY_SETUP_ARGS += --verbose \
--ignore-compiler-warnings \
--extra-include-dirs=${LOCALBASE}/include \
--extra-library-dirs=${LOCALBASE}/lib
# this disables checking upstream for updates