SlackBuildsOrg/development/Bear
Andrew Clemons 094869d735
development/Bear: Fix 32bit build.
This was hard-coding the lib dir act lib64.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-08 16:24:20 +07:00
..
Bear.info development/Bear: Updated for version 3.1.4 2024-05-28 12:48:27 +07:00
Bear.SlackBuild development/Bear: Fix 32bit build. 2024-06-08 16:24:20 +07:00
README
slack-desc

Bear is a tool that generates a compilation database for clang tooling.

The JSON compilation database is used in the clang project to provide
information on how a single compilation unit is processed. With this, it
is easy to re-run the compilation with alternate programs.

Some build system natively supports the generation of JSON compilation
database. For projects which does not use such build tool, Bear
generates the JSON file during the build process.