From ada75e81d19320715c6a1534139d425c719c1e78 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 8 Dec 2019 02:37:20 +0100 Subject: [PATCH] Turn 'symbol_level = 1' back on (#47) --- .gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gn b/.gn index 707b5e8f..488d7288 100644 --- a/.gn +++ b/.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 }