DescriptionImplement disable_pie for all executables.
On setting disable_pie=1 would only build Chrome with the PIE flag disabled. This helped debugging Chrome but browser_tests, ui_tests and other tests + executables were still built with PIE making remote debugging them not possible.
Now when disable_pie=1 is specified, all executables will be built non-PIE.
R=zelidrag@chromium.org,thakis@chromium.org
BUG=None.
TEST=Tested with a complete build. Only and all executables are being linked with '-nopie' with disable_pie=1 specified.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104609
Patch Set 1 #
Total comments: 4
Patch Set 2 : Review comments incorporated. #
Messages
Total messages: 4 (0 generated)
|