Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent 6b3dc33 commit 5fb8f55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ def configure(self):
if self.options.build:
self.options["jemalloc"].enable_cxx = False
self.options["jemalloc"].prefix = "je_"
if self.settings.build_type in ("RelWithDebInfo", "Release", "MinSizeRel"):
self.options["jemalloc"].build_type = "Release"
else:
self.options["jemalloc"].build_type = "Debug"

def generate(self):
deps = CMakeDeps(self)
Expand Down

0 comments on commit 5fb8f55

Please sign in to comment.