Configuration | Asserts | Profiling Features | Compiler Optimizations | Logging | Description | ||
---|---|---|---|---|---|---|---|
debug | yes | all | minimum | yes | Slowest - Focus on debuggability, asserts enabled, all CryEngine profiling features enabled, logging enabled | ||
profile | no | all | medium | yes | Fast - Balance between debuggability and performance, all CryEngine profiling features enabled, logging enabled | ||
performance | no | few | maximum | no | Very Fast - Performance similar to release but has some CryEngine profiling features enabled, difficult to debug, no logging | ||
release | no | none | maximum | no | Fastest- Highest performance, most difficult to debug, no CryEngine profiling features, no logging, |