From: <sv...@op...> - 2025-07-17 11:22:48
|
Author: manx Date: Thu Jul 17 13:22:41 2025 New Revision: 23783 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23783 Log: [Mod] build: Do not use -Werror in dist.sh. Modified: trunk/OpenMPT/build/auto/dist.sh Modified: trunk/OpenMPT/build/auto/dist.sh ============================================================================== --- trunk/OpenMPT/build/auto/dist.sh Thu Jul 17 08:26:55 2025 (r23782) +++ trunk/OpenMPT/build/auto/dist.sh Thu Jul 17 13:22:41 2025 (r23783) @@ -151,10 +151,10 @@ make NO_SDL=1 NO_SDL2=1 clean-dist # Check the build -make NO_SDL=1 NO_SDL2=1 STRICT=1 clean -make NO_SDL=1 NO_SDL2=1 STRICT=1 -make NO_SDL=1 NO_SDL2=1 STRICT=1 check -make NO_SDL=1 NO_SDL2=1 STRICT=1 clean +make NO_SDL=1 NO_SDL2=1 clean +make NO_SDL=1 NO_SDL2=1 +make NO_SDL=1 NO_SDL2=1 check +make NO_SDL=1 NO_SDL2=1 clean # Build Unix-like tarball, Windows zipfile and docs tarball if `svn info . > /dev/null 2>&1` ; then |