[ scummvm-Patches-1877032 ] better optimization settings for msvc9

SourceForge.net noreply at sourceforge.net
Tue Jan 22 07:53:29 CET 2008


Patches item #1877032, was opened at 2008-01-21 22:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1877032&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matt Hargett (matt_hargett)
Assigned to: Nobody/Anonymous (nobody)
Summary: better optimization settings for msvc9

Initial Comment:
The only potential controversial thing is here is enabling SSE by default, which is probably a safe bet.
To "port" to other MSVC versions:
-enable Full Optimization (/Ox)
-enable intrinsic functions (/Oi)
-favor small code (/Os)
-turn on SSE (/arch:SSE)
-make sure link-time code generation (/GL) is turned on




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1877032&group_id=37116




More information about the Scummvm-tracker mailing list