Unverified Commit c78dfb69 authored by Axel Huebl's avatar Axel Huebl Committed by GitHub
Browse files

MSVC but not Clang: /MP (#2824)

On Windows, clang-cl does not understand /MP.
```
clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
```
with Clang 10.0.0
parent e791ec4e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment