Results 1 to 1 of 1
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 ...
- 01-12-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 43
GNU Make and GNU GCC DEBUG vs RELEASE compiler options
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.


Reply With Quote