Skip to main content

Choose a Build Preset

Available build presets:

  • Debug: For debugging.
  • Release: Optimized for speed, no debug information.
  • MinSizeRel: Optimized for smaller size.
  • RelWithDebInfo: Optimized release with debug information.

For instance, select MinSizeRel to reduce program size or Debug/RelWithDebInfo for debugging purposes.