bear -h
usage: bear [-h] [--version] [--verbose] [--cdb <file>] [--use-cc <path>]
[--use-c++ <path>] [--append] [--libear LIBEAR]
...
positional arguments:
build Command to run.
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--verbose, -v Enable verbose output from 'bear'. A second, third and
fourth flags increases verbosity. (default: 0)
--cdb <file>, -o <file>
The JSON compilation database. (default:
compile_commands.json)
--use-cc <path> Hint 'bear' to classify the given program name as C
compiler. (default: cc)
--use-c++ <path> Hint 'bear' to classify the given program name as C++
compiler. (default: c++)
advanced options:
--append, -a Extend existing compilation database with new entries.
Duplicate entries are detected and not present in the
final output. The output is not continuously updated,
it's done when the build command finished. (default:
False)
--libear LIBEAR, -l LIBEAR
specify libear file location. (default:
/usr/${LIB}/bear/libear.so)
find /usr/ -name "*bear*"
bear -l /usr/lib/x86_64-linux-gnu/bear/libear.so make -j4
本文发布于:2024-01-27 18:11:15,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/17063502771827.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |