fix: compilation issue and sanitizer problems
The traffic participant model plugins should be completely statically linked to be self contained. With the change of the compilation: change it's correct but the sanitizer sees memory leaks in the boost::dll:: for loading the .so
To fix this the sanitizer is disabled for boost::dll
Edited by Dominik Jantschar