Re: [AD] msvc7 compiler options |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Milan Mimica wrote:
It doesn't say that any options are mutaly exclusive, so I would use /O2 /Ob1 /Og /Oi /Ot /Ox ..., take everything compiler can offer you.
that makes no sense since /O2 is already only shortcut for /Og /Oi /Ot /Oy /Ob2 /Gs /GF /Gy and /Ox is mutually exclusive from /O2
the only thing we can do is to replace /Ox with /O2 -- Regards, Michal
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |