[Interest] can't configure for only -release on Qt5 Beta2 Mac

Lincoln Ramsay a1291762 at gmail.com
Tue Nov 27 23:47:52 CET 2012


On 28/11/12 03:16, VStevenP wrote:
> Is there any way to configure Qt5 Beta2 Mac to _only_ build for release?
>
> If I do configure with the -release setting, it still ends up doing 
> debug_and_release.:
>
> qmake vars .......... qmake switches .........
> Build .................. libs tools examples
> Configuration ..........     ... debug_and_release ...
> Debug .................. yes (combined)
>
> I think this is likely a bug.
>

Odd... but I don't see that logic in configure (and this hasn't changed 
in some time either).

debug-and-release defaults off. It's turned on if you're doing a 
non-developer build on Mac and haven't passed -release or -debug. If 
you're doing a developer build, -debug is the default.

If you pass -release or -debug then debug-and-release will only be on if 
you also pass -debug-and-release.

You'll have to share a more complete example of how you configured Qt...

-- 
Link

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121128/16c15fea/attachment.html>


More information about the Interest mailing list