mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
OpenWatcom: optimize for 686
Apparently -6 compiles are defined to run on anything 386 or newer, and just use different instruction timings.
This commit is contained in:
parent
714ad04bb8
commit
88ab419cc6
@ -15,7 +15,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
|
||||
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user