I might be tired but I do not see...

I know that if I compile manually, I can use the "-g" flag for debugging,
and link with the release Qt library files.

But, if I qmake with CONFIG+=RELEASE, qt links with the release library,
sets -O2 and does not produce debugging info.

This means I would need to change the mkspec files, but I still want to
keep a true release mode

Is there a better way?

Etienne

2017-01-10 16:54 GMT+01:00 Thiago Macieira <thiago.macie...@intel.com>:

> On terça-feira, 10 de janeiro de 2017 16:38:45 PST Etienne
> Sandré-Chardonnal
> wrote:
> > Hi Thiago,
> >
> > I am using MinGW, but I link Qt statically. This perfectly makes sense!
> But
> > I forgot to mention it...
>
> And your answer lies right there.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to