DescriptionRemove -Wa,--noexecstack flag on Android.
This flag causes unused argument errors when using LTO (or Clang's integrated
assembler), and is not needed to disable executable stacks, as we are already
passing -Wl,-z,noexecstack at link time, which is how executable stacks are
already getting disabled on other platforms.
BUG=407544
R=thakis@chromium.org
TEST=Built libchromeshell.so with default GYP_DEFINES with and without this change, verified that binaries are equivalent
Committed: https://crrev.com/8c865340749de6de14d68b64d69af6942e445f69
Cr-Commit-Position: refs/heads/master@{#325375}
Patch Set 1 #
Messages
Total messages: 8 (1 generated)
|