Skip to content

Commit a87df42

Browse files
authored
Update args.gn
1 parent 69b095d commit a87df42

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

out/Android-arm64/args.gn

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,17 @@ angle_force_context_check_every_call = false
159159
use_lld = true
160160

161161
angle_use_android_tls_slot = true
162+
163+
use_custom_libcxx_for_host = false
164+
optimize_for_fuzzing = false
165+
use_custom_libcxx = true
166+
use_rtti = false
167+
use_dummy_lastchange = false
168+
enable_cpp_api_from_rust = true
169+
enable_rust_clippy_eager = false
170+
enable_rust = true
171+
172+
use_thin_lto = false
173+
174+
toolchain_supports_rust_thin_lto = false
175+
rust_lto = "fat"

0 commit comments

Comments
 (0)