16. Conditional Compiling

We can set flags for which environment is being run and this can cause different things to happen. For example, stripping debugging and testing code out of the build if it is production.

16.1 Flags

16.2 Conditional Syntax

16.3 Multiple Compiles