[vlc-commits] [Git][videolan/vlc][master] contrib: libarchive: disable Werror when building
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Jul 8 12:36:46 UTC 2023
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
a57b38d5 by Steve Lhomme at 2023-07-08T11:52:09+00:00
contrib: libarchive: disable Werror when building
We have odd configurations that it may not expect. Like passing -gcodeview
to get .pdb files in clang.
Werror is on by default in debug builds.
- - - - -
1 changed file:
- contrib/src/libarchive/rules.mak
Changes:
=====================================
contrib/src/libarchive/rules.mak
=====================================
@@ -17,7 +17,7 @@ LIBARCHIVE_CONF := \
-DENABLE_CPIO=OFF -DENABLE_TAR=OFF -DENABLE_CAT=OFF \
-DENABLE_NETTLE=OFF \
-DENABLE_LIBXML2=OFF -DENABLE_LZMA=OFF -DENABLE_ICONV=OFF -DENABLE_EXPAT=OFF \
- -DENABLE_TEST=OFF
+ -DENABLE_TEST=OFF -DENABLE_WERROR=OFF
# CNG enables bcrypt on Windows and useless otherwise, it's OK we build for Win7+
LIBARCHIVE_CONF +=-DENABLE_CNG=ON
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a57b38d5306fb0839283383a51c0792dae13954a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a57b38d5306fb0839283383a51c0792dae13954a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list