projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d638aca
)
win32/makefile.mk =~ s|gcc -pipe|gcc|
Gurusamy Sarathy [Thu, 9 Jul 1998 01:28:05 +0000 (
01:28
+0000)]
p4raw-id: //depot/perl@1385
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
548611f
..
39c5d71
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-194,8
+194,8
@@
LIBOUT_FLAG =
.ELIF "$(CCTYPE)" == "GCC"
-CC = gcc -pipe
-LINK32 = gcc -pipe
+CC = gcc
+LINK32 = gcc
LIB32 = ar rc
IMPLIB = dlltool