Skip to content

Commit b0648b5

Browse files
committed
removed unused /MP flag from clang-cl
1 parent 98cc025 commit b0648b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/packagefiles/xtensor/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ xsimd_dep = dependency('xsimd',
2020
if meson.get_compiler('cpp').get_id() == 'msvc'
2121
xtensor_cpp_arg = ['-DXTENSOR_USE_XSIMD=1', '/EHsc', '/MP', '/bigobj']
2222
elif meson.get_compiler('cpp').get_id() == 'clang-cl'
23-
xtensor_cpp_arg = ['-DXTENSOR_USE_XSIMD=1', '/EHsc', '/MP', '/bigobj']
23+
xtensor_cpp_arg = ['-DXTENSOR_USE_XSIMD=1', '/EHsc', '/bigobj']
2424
elif meson.get_compiler('cpp').get_id() == 'clang'
2525
xtensor_cpp_arg = ['-DXTENSOR_USE_XSIMD=1']
2626
else

0 commit comments

Comments
 (0)