From def7fce451d9f70ffa602d6e38524cb8ecc8adfa Mon Sep 17 00:00:00 2001 From: "pinkerton@google.com" <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 17 Sep 2008 14:18:41 +0000 Subject: add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. Be more specific when using an overloaded operator since objective-c++ finds conflicts. Enable objective-C GC in our common config file for all projects. Review URL: http://codereview.chromium.org/2912 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2305 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.xcconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/common.xcconfig b/build/common.xcconfig index 4f4cab7..9bda6d4 100644 --- a/build/common.xcconfig +++ b/build/common.xcconfig @@ -6,6 +6,7 @@ ALWAYS_SEARCH_USER_PATHS = NO 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 -- cgit v1.1