summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2010-07-21 17:21:05 -0700
committerSteffen Mueller <smueller@cpan.org>2010-08-23 16:07:39 +0200
commite2ea3c5f9f6a1726b593f5948152c04b37c3d3c1 (patch)
tree9f934831d01ea2f086d40db2395a746417d42c9d
parentca991a553f211fb80f229f4878cffab01a7ed2f7 (diff)
downloadperl-e2ea3c5f9f6a1726b593f5948152c04b37c3d3c1.tar.gz
Remove deprecated -Wp64 compiler option
The option seems to have been cargo-culted, as it is not relevant to the Perl sources, and would really be useful for 32-bit compiles only anyways (it detects certain potential 64-bit compatibility issues in 32-bit compiles; the 64-bit compilers always report these issues by default).
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 9b0a16df86..d35e8419fc 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -480,7 +480,7 @@ OPTIMIZE = $(OPTIMIZE) -O1
!IF "$(WIN64)" == "define"
DEFINES = $(DEFINES) -DWIN64 -DCONSERVATIVE
-OPTIMIZE = $(OPTIMIZE) -Wp64 -fp:precise
+OPTIMIZE = $(OPTIMIZE) -fp:precise
!ENDIF
# For now, silence VC++ 8.x's and 9.x's warnings about "unsafe" CRT functions