On Sat, Jan 24, 2026 at 12:24:17AM +0100, Alberto Garcia wrote: > 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...
Reading the header file where it's used, I think this just disables an #error if I happen to build a release without optimization. I did a build without that setting and it fails the same way (segfault in introspection). Thomas
