On Fri, Jan 23, 2026 at 08:55:05PM +0100, Thomas Klausner wrote:
> > > I try adding '-g' to the CFLAGS/CXXFLAGS, I get a linker error:
> > 
> > Does if help if you use -g1 instead ?
> 
> No :-(
> 
> : && /tmp/wip/webkit-gtk/work/.cwrapper/bin/c++ -fPIC 
> -fdiagnostics-color=always -Wextra -Wall -pipe -fmax-errors=20
> -Wno-odr -Wno-stringop-overread -Wno-stringop-overflow -Wno-nonnull
> -Wno-array-bounds -Wno-expansion-to-defined -Wno-noexcept-type
> -Wno-subobject-linkage -Wno-psabi -Wno-misleading-indentation
> -Wno-maybe-uninitialized -Wundef -Wpointer-arith
> -Wmissing-format-attribute -Wformat-security -Wcast-align
> -Wno-tautological-compare -fasynchronous-unwind-tables -O2
> -Wno-unused-parameter -Wno-undef -g1 -DRELEASE_WITHOUT_OPTIMIZATIONS

Probably unrelated, but it caught my attention that you use -O2 and
-DRELEASE_WITHOUT_OPTIMIZATIONS, I don't think you should be using the
latter...

Berto

Reply via email to