Linker options for kwbuildproject
Linker options for kwbuildprojectThis page documents options that control the Klocwork C/C++ linker, kwlinker. They can be applied to kwbuildproject through the option --add-linker-options: kwbuildproject --tables-directory <dir> --add-linker-options <linker-options> <build_specification1> [<build_specification2>...] To pass multiple linker options, separate them by spaces, and surround the entire string in quotation marks. For example: --add-linker-options "--object-oriented --external-relation C:\Klocwork\relations.rel" Verbosity and help options
Options for specifying input and output
Options for extra features
Other ways to specify object filesYou can substitute <object files> with the linker option -D <object files directory> if you have placed all your object files in a specific directory. Note that you can use multiple instances of the -D option to point to different directories. Or, you can create a file containing paths to all of your object files and use the --object-file-list <file> option to point to it. |