News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

bug?

Started by Hades, June 22, 2005, 12:49:16 AM

Previous topic - Next topic

Hades

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?

Ramon Sala

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
Greetings from Catalonia

Hades

Thanks yet again Ramon ;)

Ramon Sala

You are welcome Hades!
Greetings from Catalonia