16 lines
318 B
TOML
16 lines
318 B
TOML
|
|
[smart-build]
|
||
|
|
enabled = true
|
||
|
|
cache_dir = ".cache/smart-build"
|
||
|
|
parallel_jobs = "auto"
|
||
|
|
max_cache_size = "1GB"
|
||
|
|
|
||
|
|
[smart-build.caching]
|
||
|
|
l1_cache_size = 100
|
||
|
|
l2_cache_size = 500
|
||
|
|
l3_cache_size = 1000
|
||
|
|
ttl_seconds = 3600
|
||
|
|
|
||
|
|
[smart-build.optimization]
|
||
|
|
incremental_builds = true
|
||
|
|
smart_recompilation = true
|
||
|
|
dependency_tracking = true
|