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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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