From 78ed9b1b232961b0feae2a47f2aedf38a31d6842 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 9 Apr 2015 12:06:02 +0800 Subject: [PATCH] linux: Move '-g' to brightray --- common.gypi | 19 ------------------- vendor/brightray | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/common.gypi b/common.gypi index 9b2abe4b42d6..dfbc980615dc 100644 --- a/common.gypi +++ b/common.gypi @@ -214,24 +214,5 @@ }, }, }], # OS=="mac" - # The breakpad on Linux needs the binary to be built with -g to generate - # unmangled symbols. - ['OS=="linux"', { - 'target_defaults': { - 'cflags': [ '-g' ], - 'conditions': [ - ['target_arch=="ia32"', { - 'target_conditions': [ - ['_toolset=="target"', { - 'ldflags': [ - # Workaround for linker OOM. - '-Wl,--no-keep-memory', - ], - }], - ], - }], - ], - }, - }], ], } diff --git a/vendor/brightray b/vendor/brightray index c735889888f8..6832cc458a1c 160000 --- a/vendor/brightray +++ b/vendor/brightray @@ -1 +1 @@ -Subproject commit c735889888f8632e3dd9693e00a7988654baf7fd +Subproject commit 6832cc458a1ccbd547682998fcc62e58d789af11