Visual Studio: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
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
: This option attempts to analyse header files and only rebuilds sources if what it useduses 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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu