diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-11-19 21:49:53 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-11-19 21:49:53 +0200 |
commit | 5c8390f75925797a81973925a14cdf8ab092a3bc (patch) | |
tree | f998c665b983a173cffc6ada9113494ffac96268 /configure.ac | |
parent | bea88937f4564e282063fb44aeac485012cfae87 (diff) | |
parent | db61be1897ffe8f4d1a72bed62c8c892d06a1983 (diff) | |
download | bindfs-5c8390f75925797a81973925a14cdf8ab092a3bc.tar.gz |
Merge remote-tracking branch 'origin/master' into vagrant-ci
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 00f8ebc..0598619 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AM_CONDITIONAL([BUILD_OS_IS_DARWIN], [case $build_os in darwin* ) true ;; * ) fa # _DARWIN_BETTER_REALPATH fixes MacOS realpath() broken around Catalina (#83). my_CPPFLAGS="-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE=1 -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_DARWIN_BETTER_REALPATH" -my_CFLAGS="-std=c99 -Wall -Wpedantic -fno-common" +my_CFLAGS="-std=c99 -Wall -Wextra -Wpedantic -fno-common" my_LDFLAGS="-pthread" AC_SUBST([my_CPPFLAGS]) AC_SUBST([my_CFLAGS]) |