mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-07 20:31:04 +03:00
411f5af0b8
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.
6 lines
181 B
Plaintext
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/"
|