diff --git a/config/compiler/compiler.gni b/config/compiler/compiler.gni index cbdf96251..ad40fd9cd 100644 --- a/config/compiler/compiler.gni +++ b/config/compiler/compiler.gni @@ -190,8 +190,8 @@ if (symbol_level == -1) { # If you use is_win_fastlink = true then you can set symbol_level = 2 when # using goma. symbol_level = 1 - } else if ((!is_nacl && !is_linux) || is_debug || is_official_build || - is_chromecast) { + } else if ((!is_nacl && !is_linux && !is_fuchsia) || is_debug || + is_official_build || is_chromecast) { # Linux builds slower by having symbols as part of the target binary, # whereas Mac and Windows have them separate, so in Release Linux, default # them off, but keep them on for Official builds and Chromecast builds.