- C/C++
- General
- Debug Information Format: Disabled
- Code Generation
- Enable String Pooling: Yes
- Enable C++ Exceptions: No
- Runtime Library: Multi-threaded (/MT)
- Enable Enhanced Instruction Set: Streaming SIMD Extensions 2 (/arch:SSE2)
- General
- Linker
- Debugging
- Generate Debug Info: No
- Debugging
On debug builds I don’t change the settings much: I just disable the C++ exceptions, and enable the SSE2 and the string pooling.
No comments:
Post a Comment