V1 #2

Merged
rboullard merged 65 commits from V1 into Development 2026-03-29 09:30:59 +00:00
Showing only changes of commit 589bc61c6e - Show all commits

View File

@@ -40,7 +40,7 @@ class Bin2CPP(ConanFile):
if self.settings.os == "Windows": if self.settings.os == "Windows":
del self.options.fPIC del self.options.fPIC
if(self.options.asan and (self.settings.build_type == "RelWithDebInfo" or self.settings.build_type == "Debug")): if(self.options.asan):
self.options["mimalloc"].asan = True self.options["mimalloc"].asan = True
def requirements(self): def requirements(self):