ModPlug Central

OpenMPT => Development Corner => Topic started by: Saga Musix on November 24, 2008, 16:52:42

Title: Debug vs. Release
Post by: Saga Musix on November 24, 2008, 16:52:42
Dunno what's wrong here, but it seems like I can only create debug builds (using VS2003)... when choosing "release", the compiler always hangs at "generating code...". i wanted to try the release option as opening a drive in the Instrument Library browser crashes modplug all the time...
Title: Re: Debug vs. Release
Post by: Relabsoluness on November 24, 2008, 20:04:01
Quote from: "Jojo"when choosing "release", the compiler always hangs at "generating code..."
Are you sure it hangs? Release build takes considerably more time than debug build, and it can be "generating code" for rather long time -- maybe something like tens of seconds to a few minutes.
Title: Debug vs. Release
Post by: Saga Musix on November 24, 2008, 20:09:44
well, i was eating dinner and afterwards it was still not done. :|
Title: Debug vs. Release
Post by: Relabsoluness on November 24, 2008, 21:52:38
Clean and rebuild is the only (tentative) suggestion I can come up with.
Title: Debug vs. Release
Post by: Saga Musix on April 25, 2009, 23:29:11
I've got VS 2008 Professional now (MSDNAA ftw). First thing I see is that it's fucking slow on my machine. ;) Also, I've tried the release build option again, let it run in the background for some time, and it works now.