Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-07-23 05:28:43 -05:00 committed by GitHub
parent 90214326a5
commit d6ac8d9ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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