2 # Build for debugging. Equivalent to is_optimized=false symbol_level=2.
5 # Whether to build with tsan.
8 # Whether to build with ubsan.
11 # Whether to build with asan.
14 # Whether to enable assertions.
15 llvm_enable_assertions = true
17 # Whether to enable expensive checks.
18 llvm_enable_expensive_checks = false
20 # Whether to build with ThinLTO.
23 # Max jobs per ThinLTO link.
24 max_jobs_per_lto_link = 8
27 # args that depend on other args must live in a later declare_args() block.
29 # Whether to build with optimizations.
30 is_optimized = !is_debug
33 # Debug info symbol level. 0: No symbols; 1: Line numbers; 2: Full symbols.
36 # Debug info symbol level. 0: No symbols; 1: Line numbers; 2: Full symbols.