Author Topic: Qt debug and release  (Read 3926 times)

Offline cmaxb

  • Multiple posting newcomer
  • *
  • Posts: 11
Qt debug and release
« 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

Offline cmaxb

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Qt debug and release
« Reply #1 on: November 22, 2006, 07:25:33 am »
nobody knows about Qt. and uses an external Makefile?