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 10d49ad commit 7c328ecCopy full SHA for 7c328ec
ext/rugged/extconf.rb
@@ -14,6 +14,7 @@
14
$CFLAGS << " -Wall -Wno-comment"
15
16
cmake_flags = [ ENV["CMAKE_FLAGS"] ]
17
+cmake_flags << "-DREGEX_BACKEND=builtin"
18
cmake_flags << "-DUSE_SHA1DC=ON" if with_config("sha1dc")
19
20
def sys(cmd)
0 commit comments