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

Unified Diff: build/common.xcconfig

Issue 2912: add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | webkit/glue/editor_client_impl.cc » ('j') | webkit/webkit_staticlib.xcconfig » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.xcconfig
===================================================================
--- build/common.xcconfig (revision 2270)
+++ build/common.xcconfig (working copy)
@@ -6,6 +6,7 @@
GCC_C_LANGUAGE_STANDARD = c99
GCC_CW_ASM_SYNTAX = NO
GCC_DYNAMIC_NO_PIC = YES
+GCC_ENABLE_OBJC_GC = YES
GCC_ENABLE_PASCAL_STRINGS = NO
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_PRECOMPILE_PREFIX_HEADER = YES
« no previous file with comments | « no previous file | webkit/glue/editor_client_impl.cc » ('j') | webkit/webkit_staticlib.xcconfig » ('J')

Powered by Google App Engine
This is Rietveld 408576698