From 6303158de0ead66ea330fe758016c6e0b1d0af9e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Jan 2020 14:29:25 -0500 Subject: [PATCH] Add no_inline_line_tables support --- README.md | 4 ++++ build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 077e790f..06a51786 100644 --- a/README.md +++ b/README.md @@ -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). But as Deno has matured we've found ourselves continually needing access to an 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. diff --git a/build b/build index 65d79729..57a3e977 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 65d79729abf2414915134099163ad4f6296ce257 +Subproject commit 57a3e9778a38c96a48c4e194fc49ff8a0619a478