We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c662c6 commit 97eb293Copy full SHA for 97eb293
configure.py
@@ -141,7 +141,7 @@ def create_build_configuration():
141
write("build:windows --host_cxxopt=/std:c++14")
142
143
if is_macos() or is_linux():
144
- if not is_linux_ppc64le():
+ if not is_linux_ppc64le() and not is_linux_arm() and not is_linux_aarch64():
145
write("build --copt=-mavx")
146
write("build --cxxopt=-std=c++14")
147
write("build --host_cxxopt=-std=c++14")
0 commit comments