mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test/Makefile: the debug option for -f dbg is -gdebug
If a format is specified explicitly for the debug format, it needs to be "debug", not "dbg". Lovely inconsistency. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
a6fd383126
commit
ecb9b773f2
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ $(NASM):
|
|||
$(NASM) $(NASMOPT) -f macho64 -gdwarf -o $@ -MD $@.dep -l $@.lst $<
|
||||
|
||||
%.dbg: %.asm $(NASMDEP)
|
||||
$(NASM) $(NASMOPT) -f dbg -gdbg -o $@ -MD $@.dep -l $@.lst $<
|
||||
$(NASM) $(NASMOPT) -f dbg -gdebug -o $@ -MD $@.dep -l $@.lst $<
|
||||
|
||||
%.asm: %.pl
|
||||
$(PERL) $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue