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.
2 parents 976599f + 63ca6c3 commit ecd10b0Copy full SHA for ecd10b0
Formula/w/wolfssl.rb
@@ -45,6 +45,9 @@ def install
45
--enable-reproducible-build
46
]
47
48
+ # https://github.com/wolfSSL/wolfssl/issues/8148
49
+ args << "--disable-armasm" if OS.linux? && Hardware::CPU.arm?
50
+
51
# Extra flag is stated as a needed for the Mac platform.
52
# https://www.wolfssl.com/docs/wolfssl-manual/ch2/
53
# Also, only applies if fastmath is enabled.
0 commit comments