5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
declare_args() {
|
|
# Whether to include the static analyzer in the clang binary.
|
|
clang_enable_static_analyzer = true
|
|
}
|