Visual Studio: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
m (Updated VS2005 to VS2010)
No edit summary
Line 108:
: Places string literals in a read-only data section. This doesn't mean much for OS code, but enable this ONLY if you do not modify string literals in-place, as this would change it in all instances.
* Enable Minimal Rebuild: No
: RebuildsThis seemoption attempts to goanalyse fastheader enough,files and only rebuilds sources if what it used has changed. Can speed up building, but also frequently makes mistakes leading to runtime errors. Also enabling this seems to add 0xCC pad bytes to the EXE, which causes bloating.
* Enable C++ Exceptions: No
: Unless you have an exceptional (pun intended) configuration, these require runtime support and are generally not needed anyways.
Anonymous user