mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-24 19:00:23 +08:00
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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user