1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-06-29 08:00:21 +00:00
serenity/.gn
Timothy Flynn 411f5af0b8 Meta: Automatically generate a compilation database for clangd
This is similar to how we set CMAKE_EXPORT_COMPILE_COMMANDS in the CMake
build. This adds about 5-10ms to a clean `gn gen` on my machine.
2023-11-14 14:29:35 -05:00

6 lines
181 B
Plaintext

buildconfig = "//Meta/gn/build/BUILDCONFIG.gn"
exec_script_whitelist = []
export_compile_commands = [ ":*" ]
script_executable = "python3"
secondary_source = "//Meta/gn/secondary/"