Compare commits
1 Commits
1407d82e24
...
mewin-4.0.
Author | SHA1 | Date | |
---|---|---|---|
a370951f4a |
@ -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