Commit 1102e2f1 authored by azarchs's avatar azarchs Committed by Commit bot

Disable gold linker for arm64.

BUG=481855

Review URL: https://codereview.chromium.org/1113473004

Cr-Commit-Position: refs/heads/master@{#327313}
parent 79ff5663
...@@ -4098,9 +4098,6 @@ ...@@ -4098,9 +4098,6 @@
'cflags!': [ 'cflags!': [
'-fstack-protector', # stack protector is always enabled on arm64. '-fstack-protector', # stack protector is always enabled on arm64.
], ],
'ldflags': [
'-fuse-ld=gold',
],
}], }],
], ],
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment