[vlc-commits] contrib: don't build debug Cmake targets with a 'd' suffix by default

Steve Lhomme git at videolan.org
Thu Jun 18 18:31:38 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jan 28 15:27:32 2019 +0100| [4dd0ca8d1e161b840268507923d404c1b8ad7c9a] | committer: Steve Lhomme

contrib: don't build debug Cmake targets with a 'd' suffix by default

(cherry picked from commit dfd0af80346d6f43f079f529feeeb1813edf94a5) (rebased)

rebased:
- meson is already in this branch

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4dd0ca8d1e161b840268507923d404c1b8ad7c9a
---

 contrib/src/main.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index ba46962ce0..7117d78a4f 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -374,7 +374,7 @@ endif
 RECONF = mkdir -p -- $(PREFIX)/share/aclocal && \
 	cd $< && $(AUTORECONF) -fiv $(ACLOCAL_AMFLAGS)
 CMAKE = cmake . -DCMAKE_TOOLCHAIN_FILE=$(abspath toolchain.cmake) \
-		-DCMAKE_INSTALL_PREFIX=$(PREFIX) $(CMAKE_GENERATOR)
+		-DCMAKE_INSTALL_PREFIX=$(PREFIX) $(CMAKE_GENERATOR) -DCMAKE_DEBUG_POSTFIX:STRING=
 
 MESONFLAGS = --default-library static --prefix "$(PREFIX)" --backend ninja \
 	-Dlibdir=lib



More information about the vlc-commits mailing list