mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
vconv: map /O3 to /Ox (nw)
This commit is contained in:
parent
e0eed7b090
commit
614e3cea22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user