Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Aug 2, 2022
1 parent 979cbb8 commit bf889a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arm/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,6 @@ config("compiler_cpu_abi") {
"-msse3",
]
}
} else if (target_cpu == "arm64") {
if (!is_android && !is_nacl) {
cflags += [ "-O3", "-Wno-unused-command-line-argument", ]
ldflags += [ "-Wl,-O3", "-Wno-unused-command-line-argument", ]
}
} else if (current_cpu == "arm") {
if (is_clang && !is_android && !is_nacl &&
!(is_chromeos_lacros && is_chromeos_device)) {
Expand Down

0 comments on commit bf889a9

Please sign in to comment.