diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 21:28:41 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 21:28:41 +0000 |
commit | c0c7376ea4d7a4dca4c060e9a394317ec80e4db9 (patch) | |
tree | db59cc0ec084ff625d100a8c36cdc895d2abb000 /chrome/chrome_exe.gypi | |
parent | 4a8fdae6d6303a62f4a7e8f4be29f2ff3da74191 (diff) | |
download | chromium_src-c0c7376ea4d7a4dca4c060e9a394317ec80e4db9.zip chromium_src-c0c7376ea4d7a4dca4c060e9a394317ec80e4db9.tar.gz chromium_src-c0c7376ea4d7a4dca4c060e9a394317ec80e4db9.tar.bz2 |
Don't use NXArgc or NXArgv. Access them via _NSGetArgc() and _NSGetArgv().
This allows dead code stripping to be turned back on for the main executables
and for the NXArgc and NXArgv symbols to be stripped.
BUG=139902
Review URL: https://chromiumcodereview.appspot.com/10837149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index b570f98..39f30b5 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -247,16 +247,6 @@ 'CHROMIUM_CREATOR': '<(mac_creator)', 'CHROMIUM_SHORT_NAME': '<(branding)', }, - # Turn off -dead_strip in Release mode for the main app. There's - # little here to strip, and doing so preserves symbols from - # crt1.10.6.o, which get removed incorrectly. http://crbug.com/139902 - 'configurations': { - 'Release': { - 'xcode_settings': { - 'DEAD_CODE_STRIPPING': 'NO', - }, - }, - }, 'dependencies': [ 'helper_app', 'infoplist_strings_tool', |