mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-07 06:47:15 -05:00
x
This commit is contained in:
parent
95a18e1496
commit
4307d44c51
1 changed files with 2 additions and 0 deletions
2
build.rs
2
build.rs
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue