OpenXcom Forum

Contributions => Programming => Topic started by: sir_nacnud on November 02, 2010, 04:07:51 am

Title: Debug Makefile option
Post by: sir_nacnud on November 02, 2010, 04:07:51 am
I have added support to the Makefile for a debug build.  I am not a master of Makefiles, so there may be a better way to do it, I'm not for sure.  See attached patch.

For debug builds type:
Code: [Select]
$ make debug
Keep in mind for a full debug build, you will need to do a 'make clean' first.