V1 #2
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user