Has something changed with Qt 5.14? I'm trying to update klog to new version but debuginfo is not being generated.
Looking at the build log it's definitely missing "-g" during building but a debug build is requested:
qmake-qt5 "PREFIX=%{buildroot}%{_prefix}" "CONFIG+=debug c++17" KLog.pro
Looking at KLog.pro I see:
CONFIG += release
and
#DEFINES *= QT_NO_DEBUG_OUTPUT
Which I assume is ok. I should be overriding the first line and the second is commented out.
Tips?
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx