The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: Hades on June 22, 2005, 12:49:16 AM

Title: bug?
Post by: Hades on June 22, 2005, 12:49:16 AM
I think I may have fun a bug in the June 20th release. When I compile my newest program I'm making, it doesn't put the binary in "release" like it use to, for some reason it's placing it in "Debug" now.
- edit
I seem to have figured it out, my program is compiling in debug mode somehow, how do I switch it to release mode?
Title: Re: bug?
Post by: Ramon Sala on June 22, 2005, 06:49:20 AM
Hi Hades,

In the Project properties (Project->Properties menu option), uncheck the Generate debug information check box. That tells Easy Code to build the release version.

Ramon
Title: Re: bug?
Post by: Hades on June 22, 2005, 10:36:20 AM
Thanks yet again Ramon ;)
Title: Re: bug?
Post by: Ramon Sala on June 22, 2005, 11:08:50 AM
You are welcome Hades!