summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-06-24 16:26:59 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-06-24 16:26:59 -0700
commitddd18e83986a6416298ed827a6b390d2f9a81434 (patch)
tree67847fb98174b86845cf6f9983b843aaa979d77a
parente93f618c0b216dd9392dc0865ad28ea53e971cdc (diff)
downloadsyslinux-ddd18e83986a6416298ed827a6b390d2f9a81434.tar.gz
MCONFIG: we need NASM 2 these days, use -Ox
We need NASM 2 anyway for this branch, so we might as well use the -Ox option. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCONFIG b/MCONFIG
index 894bf235..b5c2dd4b 100644
--- a/MCONFIG
+++ b/MCONFIG
@@ -32,7 +32,7 @@ BOOTDIR = /boot
EXTLINUXDIR = $(BOOTDIR)/extlinux
NASM = nasm
-NASMOPT = -O9999
+NASMOPT = -Ox
PERL = perl
UPX = upx