This commit is contained in:
2026-02-20 19:44:57 +01:00
committed by Romain BOULLARD
parent 7c0f086969
commit 934b44c1f8
16 changed files with 178 additions and 92 deletions

View File

@@ -35,10 +35,8 @@ class Bigfoot(ConanFile):
if self.settings.os == "Windows":
del self.options.fPIC
self.options['mimalloc'].override = True
self.options['mimalloc'].shared = True
if(self.settings.os == "Windows"):
self.options["mimalloc"].win_redirect = True
if(self.settings.build_type == "RelWithDebInfo" or self.settings.build_type == "Debug"):
self.options["mimalloc"].asan = True
def requirements(self):
self.requires("quill/11.0.2", transitive_headers=True)