0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-07 06:47:15 -05:00
This commit is contained in:
Divy Srivastava 2024-02-29 08:30:02 +05:30 committed by Ronny Chan
parent 95a18e1496
commit 4307d44c51
No known key found for this signature in database
GPG key ID: 438610BEA8DC2E2C

View file

@ -247,6 +247,8 @@ fn build_v8(is_asan: bool) {
gn_args.push("use_lld=false".to_string());
gn_args.push("v8_static_library=true".to_string());
gn_args.push("clang_use_chrome_plugins=false".to_string());
// execinfo. is not available in musl
gn_args.push("is_debug=false".to_string());
gn_args.push(format!(
"custom_toolchain=\"{}:{}\"",
manifest_dir.display(),