@linux_dr I don't see a practical way to sync the Xcode and CMake ASAN options, I just fixed the build to work with both.
Like I said, that would likely make the most sense, but it may very…
For the opencolorio issue encountered by @Thorsten-Kreutz I'm not sure what happened, maybe attach the complete build log.
s. Attached Log
I don’t know if it matters (to…
For the mutex link errors encountered by @linux_dr ,
source/blender/makesrna/intern/CMakeLists.txt
contains code that checksWITH_COMPILER_ASAN
is enabled and if so addsthreads.cc
. Maybe…
Does it happens also without the
-T buildsystem=1
workaround, now that there is a solution for #109596?If it's an issue with the old build system only, it's not worth fixing.
With…
Looks like this might be linked to the WITH_COMPILER_ASAN
compiler option.
... does something like this fix the issue?
@LazyDodo , You got it. That did the trick. I really appreciate your help! can you submit a patch for this to get it regression tested for all…
The workaround doesn't seem to work on Apple Silicon.
Can you confirm that you can reproduce this issue without the workaround? (i.e. it’s broken either way)
Note: I expect the…