summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 02:47:20 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 02:47:20 +0000
commit202527477d54c6fdb439e685fb2673148628d4c0 (patch)
tree4c499f31b79920713d4230d43fb68274ca89275f /build/common.gypi
parent7d081c64c2d0a023d6efbe33bc71b2579fbf3ac1 (diff)
downloadchromium_src-202527477d54c6fdb439e685fb2673148628d4c0.zip
chromium_src-202527477d54c6fdb439e685fb2673148628d4c0.tar.gz
chromium_src-202527477d54c6fdb439e685fb2673148628d4c0.tar.bz2
Back out r29592 (-Wl,-pie) because apparently Valgrind doesn't understand
executable slide. BUG=25372 TEST=green tree Review URL: http://codereview.chromium.org/311001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 6fcc3b7..bd11ee4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -742,13 +742,6 @@
['_mac_bundle', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
}],
- ['_type=="executable"', {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '-Wl,-pie', # Position-independent executable (MH_PIE)
- ],
- },
- }],
['_type=="executable" or _type=="shared_library"', {
'target_conditions': [
['mac_real_dsym == 1', {