projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
90dc8f2
)
[win32] remove x586 code gen switch (-5) for Borland, it is non-generic,
Gurusamy Sarathy [Tue, 12 May 1998 18:50:04 +0000 (18:50 +0000)]
and seems to generate problematic code for PII.
p4raw-id: //depot/win32/perl@924
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
d19fab0
..
17dda74
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-134,7
+134,7
@@
LIBFILES = $(CRYPT_LIB) import32.lib $(LIBC) odbc32.lib odbccp32.lib
OPTIMIZE = -v $(RUNTIME) -DDEBUGGING
LINK_DBG = -v
.ELSE
-OPTIMIZE = -5 -O2 $(RUNTIME)
+OPTIMIZE = -O2 $(RUNTIME)
LINK_DBG =
.ENDIF