mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Meta: Add ccache compiler launcher to gn build
This commit is contained in:
parent
50383d318c
commit
863fad0e32
2 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue