How to build all Qt source in 'Release' mode?
Solved
Installation and Deployment
-
wrote on 3 Aug 2020, 01:12 last edited by Tom asso 8 Mar 2020, 01:13
I've downloaded qt-everywhere-src-5.14.2.tar.xz onto my Ubuntu 18.04.4 machine, and would like to build Qt in 'Release' mode. My understanding is that I just run 'configure' followed by 'make'. How do I tell configure to build for 'Release' mode?
Thanks! -
I've downloaded qt-everywhere-src-5.14.2.tar.xz onto my Ubuntu 18.04.4 machine, and would like to build Qt in 'Release' mode. My understanding is that I just run 'configure' followed by 'make'. How do I tell configure to build for 'Release' mode?
Thanks!@Tom-asso If you call configure with --help parameter you will find
-release ............. Build Qt with debugging turned off [yes]
[yes] means it's the default.
1/3