Codewarrior: am I compiling with debug on ?

S

Søren Grønbech

I'm using Codewarrior for Windows and for example
I can check the peephole option to see if we are currently compiling
with peephole optimization on...
#if __option(peephole)

Is there a way to see if we are compiling with debug turned on?

thanx,
Søren
 
M

MiniDisc_2k2

This is compiler-specific. I'd recommend codewarrior.windows. That and I
have no idea what you're talking about.
 
S

Søren Grønbech

#if __ide_target("Debug Win32 x86")
printf("YO!!!\n");
#endif


That worked ! (for Codewarrior Version 8 on Windows)

thanx
Søren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top