This makes asan work for the "RelWithDebInfo" configuration.
Ideally i'd like to add a configuration 'debug_asan' on windows, which will be identical to RelWithDebInfo but with the optimizer disabled. asan currently doesn't work with the debug-crt and i can't switch the debug config to use the release crt cause none of the libs will link against that.