Hi All,

I have an application which has several source/header files along with their corresponding Makefiles.

I want to define two common modes for compilation of all source files contained in the project: DEBUG and RELEASE

What is the best practice to define common DEBUG and RELEASE modes with their own compiler options for all the source/header files contained in the project ?

Thanks.