Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,6 @@ config("compiler") {
"-arch",
"i386",
]
} else if (current_cpu == "arm") {
common_mac_flags += [
"-arch",
"armv7",
]

# Aligned allocation are only available on iOS 11 or above on armv7.
# Till we support older iOS version, disabled aligned allocations for this
# target architecture.
common_mac_flags += [ "-fno-aligned-allocation" ]
} else if (current_cpu == "arm64") {
common_mac_flags += [
"-arch",
Expand Down