3.17. Command File Option

Sometimes the list of command-line options that are used during the invocation of a compiler can become unwieldy. The @ option described below provides a mechanism for collecting command-line options and input file specifications into a text file that can be fed into the compiler as a sort of extension of the compiler invocation command.

cl2000 Option (and alias)

c29clang Option

--cmd_file=<file> (-@=<file>)

@<file>

Both the cl2000 and c29clang compilers provide an option that allows the use of a the specified <file>’s contents as an extension for the command-line used to invoke the compiler. The c29clang version of the option should not be preceded with a hyphen.