Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: cmaxb on November 17, 2006, 04:19:07 am

Title: Qt debug and release
Post by: cmaxb on November 17, 2006, 04:19:07 am
Anybody understand what Qt is doing? When I qmake a project file, three makefiles are created, regular, Makefile.debug, and Makefile.release. In c::b, I build a project in debug mode, everything runs fine. When I switch to Release, I hit build and I see "g++ -o2 ..." etc. The file I was editing is compiled with optimization but then, I enter the link stage immediately. All object files go to the same folder, so I don't see how it can link in that file immediately and create an executable. The running executables are maybe 5% difference in memory
Title: Re: Qt debug and release
Post by: cmaxb on November 22, 2006, 07:25:33 am
nobody knows about Qt. and uses an external Makefile?