Is there a way to build Qt in \"Release with Debug info\" mode ? My application crashes only in \"release\" mode (works fine in Debug mode) and seems the issue comes from Qt
In Qt5, when calling configure, just simply add option -force-debug-info
configure
-force-debug-info