Author Topic: Debug Makefile option  (Read 3409 times)

Offline sir_nacnud

  • Captain
  • ***
  • Posts: 54
    • View Profile
Debug Makefile option
« 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.