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

Unified Diff: build/common.xcconfig

Issue 6588: changes to get mac layout tests moving forward. Turn off objc GC and remove a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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 | webkit/port/platform/PluginStubsMac.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.xcconfig
===================================================================
--- build/common.xcconfig (revision 3002)
+++ build/common.xcconfig (working copy)
@@ -6,7 +6,7 @@
GCC_C_LANGUAGE_STANDARD = c99
GCC_CW_ASM_SYNTAX = NO
GCC_DYNAMIC_NO_PIC = YES
-GCC_ENABLE_OBJC_GC = supported
+//GCC_ENABLE_OBJC_GC = supported
Mark Mentovai 2008/10/08 18:47:47 I'd just nix this line entirely, we know how to tu
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/port/platform/PluginStubsMac.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698