From 487a0870663423ec66425da47a73c4175410b1e7 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 19 Oct 2007 13:16:51 -0700 Subject: test/Makefile: Use -Ox instead of -O999 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 64b65231..cc11f0e4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) -- cgit v1.2.1