Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index a2f0a4991d348ee8a9380a8c896ddc0438f2b96e..2f6d8a57c5e8b65ddff1b8ab304f3c6bdc5a2218 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -199,6 +199,8 @@ |
# pie executables. Currently -pie breaks remote debugging. |
raymes
2011/05/12 21:25:52
Lets remove this TODO then?
|
['disable_pie==1', { |
'ldflags' : ['-nopie'], |
+ }, { |
+ 'ldflags' : ['-pie'], |
}], |
['use_system_xdg_utils==0', { |
'copies': [ |