summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-24 19:26:59 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-24 19:26:59 +0000
commitf6a45d947e4fa53468f1722042e15f438e6e1c04 (patch)
tree9d1348775d8195d62806b74fcb789e8ec6b85427 /build
parent7c2f61419667d3e139b0a1c0752749ab1d53feec (diff)
downloadchromium_src-f6a45d947e4fa53468f1722042e15f438e6e1c04.zip
chromium_src-f6a45d947e4fa53468f1722042e15f438e6e1c04.tar.gz
chromium_src-f6a45d947e4fa53468f1722042e15f438e6e1c04.tar.bz2
GTTF: Fix build with _GLIBCXX_DEBUG
BUG=65151 TEST=none Review URL: https://chromiumcodereview.appspot.com/11238074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 05c4747..94e2ecc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1568,8 +1568,7 @@
}],
['OS=="linux" and glibcxx_debug==1', {
'defines': ['_GLIBCXX_DEBUG=1',],
- 'cflags_cc!': ['-fno-rtti'],
- 'cflags_cc+': ['-frtti', '-g'],
+ 'cflags_cc+': ['-g'],
}],
['remoting==1', {
'defines': ['ENABLE_REMOTING=1'],