Skip to content

Commit

Permalink
conan-io#410 fPIC is true by default
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 26, 2019
1 parent d3fb742 commit 5c33170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/rocksdb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RocksDB(ConanFile):
}
default_options = {
"shared": False,
"fPIC": False,
"fPIC": True,
"lite": False,
"with_snappy": False,
"with_lz4": False,
Expand Down

0 comments on commit 5c33170

Please sign in to comment.