Previous 199869 Revisions Next

r31165 Wednesday 2nd July, 2014 at 13:46:13 UTC by Oliver Stöneberg
vconv: map /O3 to /Ox (nw)
[src/osd/windows]vconv.c

trunk/src/osd/windows/vconv.c
r31164r31165
5959   { 0,        "-O0",                      "/Od" },
6060   { 0,        "-O1",                      "/O2" },
6161   { 0,        "-O2",                      "/O2" },
62   { 0,        "-O3",                      "/O2" },
62   { 0,        "-O3",                      "/Ox" },
6363   { 0,        "-Os",                      "/O1" },
6464   { 0,        "-g*",                      "/Zi" },
6565   { VS2005,   "-fno-strict-aliasing",     "" },       // deprecated in VS2005

Previous 199869 Revisions Next


© 1997-2024 The MAME Team