diff --git a/conanfile.py b/conanfile.py index a27c36c..6893e79 100644 --- a/conanfile.py +++ b/conanfile.py @@ -40,7 +40,7 @@ class Bin2CPP(ConanFile): if self.settings.os == "Windows": 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 def requirements(self):