vlc | branch: master | Steve Lhomme <[email protected]> | 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
