[vlc-commits] contrib: qt: do not build debug builds

Steve Lhomme git at videolan.org
Tue May 15 18:35:03 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 15 08:20:40 2018 +0200| [cdd6324b58b7a70bc2ec4c1293f0085ca21d2639] | committer: Steve Lhomme

contrib: qt: do not build debug builds

it requires too many tweaks to copy&use the proper target files

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

 contrib/src/qt/rules.mak | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index fe972038e5..ae336380d1 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -55,11 +55,7 @@ QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \
 	-no-qml-debug -no-audio-backend -no-sql-odbc -no-pch \
 	-no-compile-examples -nomake examples -qt-zlib
 
-ifndef WITH_OPTIMIZATION
-QT_CONFIG += -debug
-else
 QT_CONFIG += -release
-endif
 
 .qt: qt
 	cd $< && ./configure $(QT_PLATFORM) $(QT_CONFIG) -prefix $(PREFIX)



More information about the vlc-commits mailing list