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

Steve Lhomme git at videolan.org
Tue Jan 29 10:25:42 CET 2019


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

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

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

 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 89534087a6..1076a1f010 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -364,7 +364,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=
 
 ifeq ($(V),1)
 CMAKE += -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON



More information about the vlc-commits mailing list