mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Turn 'symbol_level = 1' back on (#47)
This commit is contained in:
parent
7a233e277e
commit
ada75e81d1
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 New Issue
Block a user