The Frost Project
Invoking frost
back to main page
Command line options
command line options which are not recognized by Frost are passed to
the compiler. Whenever a library, an assembler file or an object file
is given, Frost will search for a corresponding Frost Object file.
Example:
frost example1.cc -g -O2 -o example1
- -h, --help
- Brief description of command line options.
- -Fka
- Keep frost assembler file.
- -Fkc
- Keep class files.
- -Fkf
- Keep function lists.
- --logfile f
- Use logfile [f].
- --plog l
- Set log level to [l]. default is 0.
- -save-temps
- Save the usual intermediate files.
- --version
- Print the version number and exit.