vconv: map /O3 to /Ox (nw)

This commit is contained in:
Oliver Stöneberg 2014-07-02 13:46:13 +00:00
parent e0eed7b090
commit 614e3cea22

View File

@ -59,7 +59,7 @@ static const translation_info gcc_translate[] =
{ 0, "-O0", "/Od" },
{ 0, "-O1", "/O2" },
{ 0, "-O2", "/O2" },
{ 0, "-O3", "/O2" },
{ 0, "-O3", "/Ox" },
{ 0, "-Os", "/O1" },
{ 0, "-g*", "/Zi" },
{ VS2005, "-fno-strict-aliasing", "" }, // deprecated in VS2005