Turn 'symbol_level = 1' back on (#47)

This commit is contained in:
Bert Belder 2019-12-08 02:37:20 +01:00
parent 7a233e277e
commit ada75e81d1
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

4
.gn
View File

@ -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
}