- Replacement of CMAKE_CXX_FLAGS by add_compile_option where it was possible - Addition of new compiler flags which are interesting in terms of software security - Do not mix coverage flags with -O0 and -g
- Move the settings to other cmake file. This will not be used for XMP code - Disable WARNINGS_AS_ERRORS for VS2008 and VS2010