Update build_args.gni
This commit is contained in:
parent
71cd8c86b7
commit
aeccb9578f
@ -16,7 +16,7 @@ if(getenv("TARGET_CPU") != "") {
|
||||
enable_kythe_annotations = true
|
||||
clang_use_chrome_plugins = false
|
||||
|
||||
if(!(_is_debug_build == "")) {
|
||||
if(_is_debug_build == "true") {
|
||||
# print("Debug build on")
|
||||
is_debug = true
|
||||
is_official_build = false
|
||||
|
Loading…
Reference in New Issue
Block a user