GCC Debug Define

Started by
-1 comments, last by Monder 21 years, 7 months ago
Is there any kind of thing defined in gcc when you compile in debug mode? i.e. if you invoke with the -g option then code between #ifdef _DEBUG and #endif would be compiled. And _DEBUG is the define done by the compiler when you invoke it with the -g option. Hope everyone can understand that. It''s rather badly explained

This topic is closed to new replies.

Advertisement