[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / build / buildflags.gni
blob4dcdc962b7d1164bd212b3ecea94061163747225
1 declare_args() {
2   # Whether to build with debug information.
3   is_debug = false
6 # args that depend on other args must live in a later declare_args() block.
7 declare_args() {
8   # Whether to build with optimizations.
9   is_optimized = !is_debug
11   # Whether to enable assertions.
12   llvm_enable_assertions = true