0.9 — Configuring your compiler: Build configurations
A (also called a ) is a collection of project settings that determines how your IDE will build your project. The build configuration typically includes things like what the executable will be named, what directories the IDE will look in for other code and library files, whether to keep or …