0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-25 15:29:43 -05:00

Add no_inline_line_tables support

This commit is contained in:
Ryan Dahl 2020-01-23 14:29:25 -05:00
parent 093e09217c
commit 6303158de0
2 changed files with 5 additions and 1 deletions

View file

@ -87,3 +87,7 @@ gotten away with a simpler high-level Rust binding to V8 called
[libdeno](https://github.com/denoland/deno/tree/32937251315493ef2c3b42dd29340e8a34501aa4/core/libdeno). [libdeno](https://github.com/denoland/deno/tree/32937251315493ef2c3b42dd29340e8a34501aa4/core/libdeno).
But as Deno has matured we've found ourselves continually needing access to an But as Deno has matured we've found ourselves continually needing access to an
increasing amount of V8's API in Rust. increasing amount of V8's API in Rust.
**When building I get unknown argument: '-gno-inline-line-tables'**
Use `export GN_ARGS="no_inline_line_tables=false"` during build.

2
build

@ -1 +1 @@
Subproject commit 65d79729abf2414915134099163ad4f6296ce257 Subproject commit 57a3e9778a38c96a48c4e194fc49ff8a0619a478