Added compilation_db tool for improved code navigation using clangd.
This commit is contained in:
parent
d12cf071bb
commit
ae0d1aa153
@ -53,7 +53,7 @@ else:
|
||||
|
||||
# Default tools with no platform defaults to gnu toolchain.
|
||||
# We apply platform specific toolchains via our custom tools.
|
||||
env = Environment(tools=["default"], PLATFORM="")
|
||||
env = Environment(tools=["default", "compilation_db"], PLATFORM="") # <MEWIN> Added compilation_db tool for improved code navigation using clangd.
|
||||
|
||||
# Default num_jobs to local cpu count if not user specified.
|
||||
# SCons has a peculiarity where user-specified options won't be overridden
|
||||
|
Loading…
x
Reference in New Issue
Block a user