I'm trying to use clang-cl instead of msvc and I'm getting a warning (as error): 'argument unused during compilation: '-O0'' If I comment 'ENABLE_COVERAGE', the warning disappear. (and the argument obviously) I could just disable it, but is there another way to fix this?