diff --git a/cpp/conanfile.py b/cpp/conanfile.py index c2aed51..6c01caf 100644 --- a/cpp/conanfile.py +++ b/cpp/conanfile.py @@ -29,7 +29,7 @@ class StorageConan(ConanFile): "with_ut": [True, False], } default_options = { - "shared": True, + "shared": False, "fPIC": False, "with_asan": False, "with_profiler": False, @@ -47,6 +47,7 @@ class StorageConan(ConanFile): "arrow:with_boost": True, "arrow:with_thrift": True, "arrow:with_jemalloc": True, + "arrow:shared": False, "boost:without_test": True, "boost:without_stacktrace": True, }