2 # Whether to build with debug information.
6 # args that depend on other args must live in a later declare_args() block.
8 # Whether to build with optimizations.
9 is_optimized = !is_debug
11 # Whether to enable assertions.
12 llvm_enable_assertions = true