Qt 6.11 is out! See what's new in the release
blog
Compiling qtwebengine 6.6.1
-
Hi, I am new here so please redirect me to the appropriate area for this question.
I use Gentoo Linux (a source build based system) on X64.
I am trying to build qtwebengine-6.6.1 on my system and what makes my system somewhat unusual is that I have disabled optimisation and turned on debug symbols, globally.
To that end, when I build qtwebengine-6.6.1 the build fails because a strip symbols option is run but not enabled and a subsequent step in the build expects the strip symbols to have done something.
qtwebengine-6.6.1 compiles just fine with O3 level of optimisation and with debugging symbols turned off (no -ggdb3 in the CXXFLAGS, compresseddebug options and nostrip)
Happy to provide additional info, such as build logs, if required.