backward-cpp icon indicating copy to clipboard operation
backward-cpp copied to clipboard

Fix unrecognized flags and barrage of warnings with clang-cl

Open oold opened this issue 4 years ago • 0 comments

clang-cl needs special handling for non-MSVC options. Also bumping CMake version to 3.1 to avoid CMP0054 OLD behavior. "-Wall" causes the MSVC-compatible driver to do the equivalent of "-Weverything." "-g" was entirely unrecognized.

oold avatar May 31 '21 12:05 oold