meson/mesonbuild/compilers
Dylan Baker 3f8d6af9c2 compilers: Use /Zi instead of /ZI with clang-cl
Clang-cl doesn't support /ZI, so we need to use either /Zi or /Z7, which
both do the same thing for clang-cl (though not for msvc)

Fixes #6414
2020-01-28 10:52:00 -08:00
..
mixins compilers: Use /Zi instead of /ZI with clang-cl 2020-01-28 10:52:00 -08:00
__init__.py Fix all flake8 warnings 2019-10-20 17:44:43 +03:00
c.py compilers: Split ClangCL and MSVC mixins 2020-01-28 10:52:00 -08:00
c_function_attributes.py Split attribute visibility 2019-06-25 00:02:26 +03:00
compilers.py compilers: Derive CompilerArgs from collections instead of typing 2020-01-24 02:53:34 +05:30
cpp.py compilers: Split ClangCL and MSVC mixins 2020-01-28 10:52:00 -08:00
cs.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
cuda.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
d.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
fortran.py Fix missing 'defines' argumet for Elbrus compiler 2020-01-27 22:35:26 +03:00
java.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
objc.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
objcpp.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
rust.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
swift.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
vala.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00