diff options
author | Peter Harris <pharris@opentext.com> | 2020-06-05 14:14:30 -0400 |
---|---|---|
committer | Peter Harris <peter@harr.ca> | 2020-06-06 12:04:28 -0400 |
commit | 9462f0c7bc96d176561894f4421f3e310a485857 (patch) | |
tree | ae414a202ef52e51328dec17a40dac22ac9168fb /mesonbuild/backend/vs2010backend.py | |
parent | 2e30afb23b0f34308c747b1e799b66a2f992d398 (diff) | |
download | meson-9462f0c7bc96d176561894f4421f3e310a485857.zip meson-9462f0c7bc96d176561894f4421f3e310a485857.tar.gz meson-9462f0c7bc96d176561894f4421f3e310a485857.tar.bz2 |
msvc: Avoid spurious openmp link warnings
The linker that comes with MSVC does not understand the /openmp flag.
This results in a string of
LINK : warning LNK4044: unrecognized option '/openmp'; ignored
warnings, one for each static_library linked with an executable.
Avoid this by only setting the linker openmp flag when the compiler is
not MSVC.
Diffstat (limited to 'mesonbuild/backend/vs2010backend.py')
0 files changed, 0 insertions, 0 deletions