[vlc-commits] [Git][videolan/vlc][master] Revert "contrib: qt: allow building in debug mode"

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Nov 6 18:41:23 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
f3ad16b1 by Johannes Kauffmann at 2022-11-06T16:53:19+00:00
Revert "contrib: qt: allow building in debug mode"

This reverts commit 8c7ce5361fe15b7cbe7c55fc9303569478a0d270.

In debug mode, Qt's bundled ANGLE throws an assertion on startup. This
prevents the nightlies from starting.

Fixes #27476

- - - - -


1 changed file:

- contrib/src/qt/rules.mak


Changes:

=====================================
contrib/src/qt/rules.mak
=====================================
@@ -101,11 +101,7 @@ QT_CONFIG := -static -opensource -confirm-license $(QT_OPENGL) -no-pkg-config \
 	-no-feature-xml -no-compile-examples -nomake examples -nomake tests \
 	-system-freetype -system-harfbuzz -system-libjpeg -system-libpng -system-zlib
 
-ifdef WITH_OPTIMIZATION
 QT_CONFIG += -release
-else
-QT_CONFIG += -debug
-endif
 
 ifeq ($(V),1)
 QT_CONFIG += -verbose



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f3ad16b176d83de6e311b8250350346073969bb5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f3ad16b176d83de6e311b8250350346073969bb5
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list