Add a new BUILD_TYPE : Sanitizer
This build type include extra warnings (too much ?) and use the sanitizer options.
For gcc 4.8 : -fsanitize=address
For gcc 4.9 : -fsanitize=address -fsanitize=undefined