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

Unified Diff: gyp/freetype.gyp

Issue 15210003: Remove the fno-rtti excluders now that fno-rtti is only passed to c++ files. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 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 | gyp/libwebp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/freetype.gyp
===================================================================
--- gyp/freetype.gyp (revision 9157)
+++ gyp/freetype.gyp (working copy)
@@ -73,9 +73,6 @@
'-DFT2_BUILD_LIBRARY',
'-O2',
],
- 'cflags!': [
- '-fno-rtti', # supress warnings about invalid option of non-C++ code
- ],
}],
],
},
« no previous file with comments | « no previous file | gyp/libwebp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698