outform: build ALL formats by default, including DBG

There really is no point to ever excluding a backend anymore... all it
leads to is bitrot.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2009-06-27 21:12:13 -07:00
parent 0638193769
commit 0674292c66

@ -107,6 +107,9 @@
#ifndef OF_MACHO
#define OF_MACHO
#endif
#ifndef OF_DBG
#define OF_DBG
#endif
#endif /* OF_ALL */
/* turn on groups of formats specified.... */
@ -204,6 +207,9 @@
#ifdef OF_NO_MACHO
#undef OF_MACHO
#endif
#ifdef OF_NO_DBG
#undef OF_DBG
#endif
#ifndef OF_DEFAULT
#define OF_DEFAULT of_bin