mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
test/Makefile: Use -Ox instead of -O999
This commit is contained in:
parent
361584882e
commit
487a087066
@ -1,7 +1,7 @@
|
||||
.SUFFIXES: .bin .o .o64 .obj .obj64 .exe .asm .lst .pl
|
||||
|
||||
NASM = ../nasm
|
||||
NASMOPT = -O999 -I../misc
|
||||
NASMOPT = -Ox -I../misc
|
||||
PERL = perl
|
||||
|
||||
%.bin: %.asm $(NASM)
|
||||
|
Loading…
Reference in New Issue
Block a user