PATCH: [perl #116787] -Ox on Win64 Visual C 64 bit is flawed, switch to -O1
authorDaniel Dragan <bulk88@hotmail.com>
Thu, 21 Feb 2013 08:42:13 +0000 (08:42 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 21 Feb 2013 08:42:52 +0000 (08:42 +0000)
commit688ea162f4a70352089e12b46feab20232234ccf
tree3b409e9a3e6e837a7cf81db431574b9a308e1178
parent0e27d581cb664f678ac5c3df263d85f7774efc69
PATCH: [perl #116787] -Ox on Win64 Visual C 64 bit is flawed, switch to -O1

-Ox is missing -GF and -Gy and -Gs
http://blogs.msdn.com/b/branbray/archive/2005/07/08/437078.aspx
http://msdn.microsoft.com/en-us/library/8f8h5cxt%28v=vs.90%29.aspx
http://msdn.microsoft.com/en-us/library/59a3b321%28v=vs.90%29.aspx

So the remaining question is, use -O1 or use -O2 on VC 64? VC 32 bit uses
-O1, and that is also slightly faster on x64 too.
win32/Makefile
win32/makefile.mk