1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47:35 +00:00

Meta: Add ccache compiler launcher to gn build

This commit is contained in:
Andrew Kaster 2023-08-10 16:36:18 -06:00 committed by Andrew Kaster
parent 50383d318c
commit 863fad0e32
2 changed files with 27 additions and 0 deletions

View file

@ -5,4 +5,7 @@ declare_args() {
# Enable setting -fuse-ld and other flags for using the lld linker.
# Should not be set on macOS when using the default system compiler.
use_lld = false
# Use ccache as a compiler launcher for compile and link jobs
enable_ccache = true
}