Qt5.3 release build in Linux
General and Desktop
3
Posts
2
Posters
886
Views
1
Watching
-
Hi,
How do I create a release build in Linux? In qtcreator I have selected "Release Build" but I still see my qDebug()'s when I run my executable, which I wouldn't expect to see when built in Release mode.
In a terminal I have also tried with
make clean
qmake -config release
makeAlso in this case I see the qDebug()'s.