mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
Turn 'symbol_level = 1' back on (#47)
This commit is contained in:
parent
7a233e277e
commit
ada75e81d1
1 changed files with 4 additions and 0 deletions
4
.gn
4
.gn
|
@ -45,4 +45,8 @@ default_args = {
|
|||
# TODO(ry) Remove this so debug builds can link faster. Currently removing
|
||||
# this breaks cargo build in debug mode in OSX.
|
||||
is_component_build = false
|
||||
|
||||
# Without this the linker produces an invalid executable on some Windows
|
||||
# systems. It's unclear why that happens.
|
||||
symbol_level = 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue