test/Makefile: Use -Ox instead of -O999

This commit is contained in:
H. Peter Anvin 2007-10-19 13:16:51 -07:00
parent 361584882e
commit 487a087066

View File

@ -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)