BuildMode

Determines the mode in which the compiler and linker are invoked.

Values

ValueMeaning
separate

Compile and link separately

allAtOnce

Perform compile and link with a single compiler invocation

singleFile

Compile each file separately

Meta