Compiler options for kwbuildprojectThe following sections document options that control the Klocwork C/C++ compiler, kwcc. They can be applied to kwbuildproject through the option --add-compiler-options: kwbuildproject --tables-directory <dir> --add-compiler-options <compiler-options> <build_specification1> [<build_specification2>...] To pass multiple compiler options, separate them by spaces, and surround the entire string in quotation marks. For example: --add-compiler-options "-I C:\Toolbus\lib_includes --print-errors" |