Skip to main content

build

Builds a C++ project.
Compiling all source files and linking them into an executable.

Command

cf build

Aliases

build, b

The workspace you run the command in has to contain a .codeframe config file

Arguments

Dry Run
--dry-run
-d

Verbose
--verbose
-v

Mode
--mode
-m

Values: debug release