meson/mesonbuild/compilers
Vili Väinölä d1638a4fde compilers/VS: fix build to use optimization and debug flags
- Fixed using debug and optimization built-in options in MSVC.
- Fixed that VS backend does not create pdb files in release mode.
VS implicitly adds the debug fields if left out.
- Fix that it is possible to add debug info with ninja backend with
optimizations.
2020-09-29 19:25:50 +03:00
..
mixins compilers/VS: fix build to use optimization and debug flags 2020-09-29 19:25:50 +03:00
__init__.py Add support for the CompCert C Compiler 2020-09-15 21:51:21 +03:00
c.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
c_function_attributes.py compiler: add 'force_align_arg_pointer' function attribute 2020-06-21 23:34:11 +03:00
compilers.py compilers: Tell mypy that the compiler mixins are just that 2020-09-24 12:14:13 -07:00
cpp.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
cs.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
cuda.py compilers: put name_string method in base compiler 2020-09-24 12:14:13 -07:00
d.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
fortran.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
java.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
objc.py compilers/objc: Add type annotations 2020-09-24 12:14:13 -07:00
objcpp.py compilers/objcpp: add type annotations 2020-09-24 12:14:13 -07:00
rust.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
swift.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
vala.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00