diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 13:13:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-02 13:13:32 -0400 |
| commit | c7c6203e61cb6bb85051b96eabd6deae7995a787 (patch) | |
| tree | ef463466f34fd72a4ac5a30eecd3cc94254f321f /BUILD.gn | |
| parent | e30bdb71aa8b9902078e1ed8e7d014a68eb9eb2e (diff) | |
Source map support (#429)
This change increases size:
out/debug/obj/libdeno/from_snapshot.o 19M -> 34M
out/release/deno 32M -> 47M
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -264,6 +264,7 @@ rust_flatbuffer("msg_rs") { # Generates $target_gen_dir/snapshot_deno.cc create_snapshot("deno") { js = "$target_gen_dir/bundle/main.js" + source_map = "$target_gen_dir/bundle/main.js.map" deps = [ ":bundle", ] |
