diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 18:55:36 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 18:55:36 +0000 |
commit | 66b2bc1ccd6a7d41b71b602b2983aa81527f9c8f (patch) | |
tree | 86e1de0db9bb4f60a7c76e99b150789e3b481c12 /build/common.xcconfig | |
parent | 81c4557afa8945db9eeb0a73213fbf3c8d857810 (diff) | |
download | chromium_src-66b2bc1ccd6a7d41b71b602b2983aa81527f9c8f.zip chromium_src-66b2bc1ccd6a7d41b71b602b2983aa81527f9c8f.tar.gz chromium_src-66b2bc1ccd6a7d41b71b602b2983aa81527f9c8f.tar.bz2 |
changes to get mac layout tests moving forward. Turn off objc GC and remove asserts in the plugin stub code that throw off the layout tests.
Review URL: http://codereview.chromium.org/6588
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.xcconfig')
-rw-r--r-- | build/common.xcconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.xcconfig b/build/common.xcconfig index 030e667..4f4cab7 100644 --- a/build/common.xcconfig +++ b/build/common.xcconfig @@ -6,7 +6,6 @@ ALWAYS_SEARCH_USER_PATHS = NO GCC_C_LANGUAGE_STANDARD = c99 GCC_CW_ASM_SYNTAX = NO GCC_DYNAMIC_NO_PIC = YES -GCC_ENABLE_OBJC_GC = supported GCC_ENABLE_PASCAL_STRINGS = NO GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_PRECOMPILE_PREFIX_HEADER = YES |