Configurations Flashcards

1
Q

Build Configurations

A

Collection of project settings that determines how your ide will build your project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Build Configurations Include

A
  • Name
  • Directories for other code and library files
  • Whether to keep or strip out debugging information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Debug Configuration

A

Turns off all optimizations, and includes debugging informations, which makes programs larger and slower

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Release Configuration

A

Optimized for size and performance, doesn’t include extra debugging information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly