Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3148)

Unified Diff: build/common.gypi

Issue 11238074: GTTF: Fix build with _GLIBCXX_DEBUG (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 05c474783c911cf3d4ab9a31d2b7ee1b26a1e4c3..94e2eccc80bb7f5d271416fccf24bbd5bff71cc7 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'],
Elliot Glaysher 2012/10/24 16:39:39 +tzik I don't understand why this was here in the
Paweł Hajdan Jr. 2012/10/24 16:50:17 Good question. There was a bug in gcc (http://gcc.
- 'cflags_cc+': ['-frtti', '-g'],
+ 'cflags_cc+': ['-g'],
}],
['remoting==1', {
'defines': ['ENABLE_REMOTING=1'],
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698