Enable PlatformIO compilation database generation and configure toolchain discovery for Clang-based editors.
4 lines
65 B
Python
4 lines
65 B
Python
Import("env")
|
|
|
|
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
|