Update build_args.gni

This commit is contained in:
uazo
2022-01-17 18:08:26 +01:00
committed by GitHub
parent 71cd8c86b7
commit aeccb9578f

View File

@@ -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