Merge "Add -z separate-code to default ARM64 device flags"

This commit is contained in:
Ivan Lozano 2020-03-03 19:32:47 +00:00 committed by Gerrit Code Review
commit 593c8c332c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ var (
arm64Ldflags = []string{
"-Wl,-m,aarch64_elf64_le_vec",
"-Wl,--hash-style=gnu",
"-Wl,-z,separate-code",
"-fuse-ld=gold",
"-Wl,--icf=safe",
}