build_compile_commands {compdb}R Documentation

Generate Compilation Database for Use with Clang Tools

Description

Generate Compilation Database for Use with Clang Tools

Usage

build_compile_commands(path = ".", debug = FALSE)

Arguments

path

The path of the package

debug

Set to TRUE to get verbose output

Value

This function invisibly returns TRUE on success.

Examples

## Not run: 
build_compile_commands(path = ".")

## End(Not run)


[Package compdb version 0.0.1 Index]