Skip to content

Commit

Permalink
Musl: add -flax-vector-conversions for ARM64 (fixes #150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 22, 2023
1 parent e4850d1 commit d7d1c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patches/musl/toolchain.gn
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ gcc_toolchain("arm64") {
ar = "${toolprefix}ar"
ld = cxx

extra_cxxflags= "-flax-vector-conversions" # issue #150
extra_ldflags = "-static-libgcc -static-libstdc++"

toolchain_args = {
Expand Down

0 comments on commit d7d1c4a

Please sign in to comment.