Skip to content

Commit

Permalink
try static
Browse files Browse the repository at this point in the history
Signed-off-by: shaoting-huang <[email protected]>
  • Loading branch information
shaoting-huang committed Jan 22, 2025
1 parent c20578d commit 02359cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
}
Expand Down

0 comments on commit 02359cf

Please sign in to comment.