Hi,
I want to release a new version of my scientific program. In this version, I switched from Qt 4.8 to Qt 5.6.
First, I was surprised about the large file size of the executable (14 MB), compared to 800 kB on Qt 4.8. Then I found that the CXXFLAGS in the generated Makefiles contain '-g' and, indeed, the executable can well be debugged with gdb.
However, in the project file I have 'CONFIG += release'.
Of course, I could edit all the Makefiles of the subfolders, but does anybody know how to fix the project file?
My OS is Mageia Linux 6, but it's intended for Windows and MacOs, too.