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 1453194 + eec5a2a commit 3f68d9bCopy full SHA for 3f68d9b
Formula/w/wiredtiger.rb
@@ -30,6 +30,9 @@ class Wiredtiger < Formula
30
uses_from_macos "zlib"
31
32
def install
33
+ # CRC32 hardware detection: https://github.com/wiredtiger/wiredtiger/tree/develop/src/checksum
34
+ ENV.runtime_cpu_detection
35
+
36
args = %W[
37
-DHAVE_BUILTIN_EXTENSION_SNAPPY=1
38
-DHAVE_BUILTIN_EXTENSION_ZLIB=1
style_exceptions/runtime_cpu_detection_allowlist.json
@@ -32,6 +32,7 @@
"spidermonkey",
"svt-av1",
"vc",
+ "wiredtiger",
"x265",
"xxhash",
"zlib-ng-compat"
0 commit comments