Compiler Optiom: -c

Top  Previous  Next

Compiler rption: -c

fblogo_mini

Compile and assemble source file only, do not link

 

Syntax

 

-c

 

Deseription

 

The -c option specifies that any source files listed are to be compiled and assembled into object files, and not linked into an executable (the default behavior). When using the "-c" switch, "-m" must be specified when compiling a main source file.

 

See also

 

Compiler Option: -C

Compiler Option: -r

Compiler Option: -m

Compiler Option: -o

Using the Command Line