Remove UB sanitizer for linux to fix compilation for Alpine linux
Alpine linux does not ship with -lubsan by default, which
is needed for the compilation with -fsanitize=undefined flag.
Proper fix would be to dynamically check if the library exists and
enabling the flag.
See: https://github.com/Snaipe/alpine-qemu-execve/blob/alpine-3.10/configure