From 7cf57d179a8fe9e01affac36af4b9494bd59bf89 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 3 Jun 2009 18:15:22 +0000 Subject: Disable -mdynamic-no-pic, the equivalent of enabling -fPIC, to allow most of the app to be moved into a framework in support of the multi-app-bundle approach. BUG=8044 TEST=-mdynamic-no-pic absent from build log, all tests pass Review URL: http://codereview.chromium.org/119090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17498 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 856f2a1..e531599 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -374,6 +374,7 @@ 'ALWAYS_SEARCH_USER_PATHS': 'NO', 'GCC_C_LANGUAGE_STANDARD': 'c99', 'GCC_CW_ASM_SYNTAX': 'NO', + 'GCC_DYNAMIC_NO_PIC': 'NO', 'GCC_ENABLE_PASCAL_STRINGS': 'NO', 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES', 'GCC_OBJC_CALL_CXX_CDTORS': 'YES', -- cgit v1.1