Linker options for kwbuildproject

This 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"