From 66ed1c2e3ad16677c1fc711b313c97a2096e332b Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 28 Dec 2017 18:01:50 +0900 Subject: [PATCH] Bug 1410148 - Fully re-enable debug info on mac builds. r=gps --HG-- extra : rebase_source : 44400063c868c9ce83c1310d30c6359e9b0b0759 --- build/moz.configure/toolchain.configure | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure index 9a5571558e1b..63fb800d1869 100755 --- a/build/moz.configure/toolchain.configure +++ b/build/moz.configure/toolchain.configure @@ -1371,11 +1371,7 @@ def rust_compiler_flags(opt_level_option, debug_rust, debug_symbols, debug_assertions = False if debug_symbols: - if host.kernel == 'Linux' and target.kernel == 'Darwin': - # hack to work around dsymutil failing on cross-OSX builds (bug 1410148) - debug_info = '0' - else: - debug_info = '2' + debug_info = '2' opts = []