diff --git a/build.rs b/build.rs
index 3dbe6a1f3b572d80f0216be1129ea52b8027702f..03c9e1fae09541e2fc4a0270055b27221517808b 100644
--- a/build.rs
+++ b/build.rs
@@ -57,7 +57,7 @@ fn build_tarantool() {
     let dst = cmake::Config::new("tarantool-sys/static-build")
         .define(
             "CMAKE_TARANTOOL_ARGS",
-            "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=FALSE",
+            "-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DBUILD_TESTING=FALSE;-DBUILD_DOC=FALSE",
         )
         .build_target("tarantool")
         .out_dir(build_dir)
diff --git a/tarantool-sys b/tarantool-sys
index 62bf16f8aee0e1c73c8b5052bed380df32fcfc3b..797bf67b8370b112200ec68410cd85b206aafe0d 160000
--- a/tarantool-sys
+++ b/tarantool-sys
@@ -1 +1 @@
-Subproject commit 62bf16f8aee0e1c73c8b5052bed380df32fcfc3b
+Subproject commit 797bf67b8370b112200ec68410cd85b206aafe0d