Remove deprecated -Wp64 compiler option
authorJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 00:21:05 +0000 (17:21 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 00:21:05 +0000 (17:21 -0700)
commitf33a21d84a9428cd5c501b39e3eea520b4f28643
treee441b044ee6722c6ca8b8c96cbcf5bcebc9c576a
parentbf236c8ee5b1b47df84e2e196fb90a43c6abd5a2
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).
win32/Makefile