summaryrefslogtreecommitdiff
path: root/Mkfiles/owlinux.mak
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-16 15:44:24 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-16 15:44:24 -0800
commit88ab419cc6f190e52052942943fae7779a22c0e1 (patch)
tree94f2581de5e08c4f8d1955e7eb680fd31b287265 /Mkfiles/owlinux.mak
parent714ad04bb8cdc5d9f99fd0d6ce45391cdb56ccb9 (diff)
downloadnasm-88ab419cc6f190e52052942943fae7779a22c0e1.tar.gz
nasm-88ab419cc6f190e52052942943fae7779a22c0e1.tar.bz2
nasm-88ab419cc6f190e52052942943fae7779a22c0e1.zip
OpenWatcom: optimize for 686
Apparently -6 compiles are defined to run on anything 386 or newer, and just use different instruction timings.
Diffstat (limited to 'Mkfiles/owlinux.mak')
-rw-r--r--Mkfiles/owlinux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/owlinux.mak b/Mkfiles/owlinux.mak
index 170162c..05cd023 100644
--- a/Mkfiles/owlinux.mak
+++ b/Mkfiles/owlinux.mak
@@ -29,7 +29,7 @@ mandir = $(prefix)/man
CC = wcl386
DEBUG =
-CFLAGS = -3 -ox -wx -ze -fpi $(DEBUG)
+CFLAGS = -6 -ox -wx -ze -fpi $(DEBUG)
BUILD_CFLAGS = $(CFLAGS) $(TARGET_FLAGS) # -I$(srcdir)/inttypes
INTERNAL_CFLAGS = -I$(srcdir) -I. \
-DHAVE_SNPRINTF -DHAVE_VSNPRINTF