| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 5 | |
Hello, I'm trying to compile qt-win-opensource-src-4.3.3 on windows (using mingw) with flag -release and -static, but I'm also gettin debug versions of libs (debug_static and release_static dirs for each component). Is it correct behavior? I don't want to debug version at all. How can I compule release-version only? Thanks in advance. The following options used for configure.exe -release -static -plugin-sql-sqlite -qt-zlib -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -no-dsp -no-vcproj -platform win32-g++ -- [ signature omitted ]
Sergei Stolyarov wrote: >I'm trying to compile qt-win-opensource-src-4.3.3 on windows (using > mingw) with flag -release and -static, but I'm also gettin debug > versions of libs (debug_static and release_static dirs for each > component). Is it correct behavior? I don't want to debug version at > all. How can I compule release-version only? Thanks in advance. Is there anything inside those directories? Do the "d" version of the libraries get created too? -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
On Saturday 29 December 2007, Thiago Macieira wrote: > Sergei Stolyarov wrote: > >I'm trying to compile qt-win-opensource-src-4.3.3 on windows (using > > mingw) with flag -release and -static, but I'm also gettin debug > > versions of libs (debug_static and release_static dirs for each > > component). Is it correct behavior? I don't want to debug version at > > all. How can I compule release-version only? Thanks in advance. > > Is there anything inside those directories? Do the "d" version of the > libraries get created too? yep, they contain valid debug libs, each has very large size. -- [ signature omitted ]
The commercial version has the same problem, at least since 4.2. (4.0 and 4.1 built only the release version when you told it to if I remember correctly.) Keith **Please do not reply to me, reply to the list.** On 12-28-2007 1:33 PM, "Sergei Stolyarov" wrote: > On Saturday 29 December 2007, Thiago Macieira wrote: >> Sergei Stolyarov wrote: >>> I'm trying to compile qt-win-opensource-src-4.3.3 on windows (using >>> mingw) with flag -release and -static, but I'm also gettin debug >>> versions of libs (debug_static and release_static dirs for each >>> component). Is it correct behavior? I don't want to debug version at >>> all. How can I compule release-version only? Thanks in advance. >> >> Is there anything inside those directories? Do the "d" version of the >> libraries get created too? > > yep, they contain valid debug libs, each has very large size. -- [ signature omitted ]