Skip to content

Minor fix in SOPC_StatusCode_Initialize and make WITH_ASAN link statically ASAN

Vincent Monfort requested to merge vmo_minor_enhancements into master

Static linking of ASAN allows to run a binary compiled with ASAN in an O.S. without ASAN or with different version of ASAN. Moreover compiling ASAN statically make the binary executable with rr debugger

Merge request reports