Update BUILD.gn
This commit is contained in:
parent
90214326a5
commit
d6ac8d9ad6
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ declare_args() {
|
|||
# so only enable them by default for mainstream build configs.
|
||||
enable_wmax_tokens =
|
||||
!is_official_build && !(is_component_build && !is_debug) &&
|
||||
!using_sanitizer &&
|
||||
((is_mac && target_cpu == "x64" && !use_system_xcode) ||
|
||||
(is_linux && target_cpu == "x64") || (is_win && target_cpu == "x86") ||
|
||||
(is_win && target_cpu == "x64") || (is_android && target_cpu == "arm") ||
|
||||
|
|
Loading…
Reference in a new issue