meson/mesonbuild/compilers/mixins
Eli Schwartz a0e7f93414 compilers: fix broken CompCert support for release flags
This has been broken ever since the original implementation. Due to a
typo, the optimization flag used a zero instead of an uppercase "o",
which the compiler then breaks on during argument parsing because it is
an invalid argument.

Fixes #10267
2022-04-13 21:11:09 +03:00
..
__init__.py compilers: Move clike into a mixins directory 2019-07-15 10:59:22 -07:00
arm.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
ccrx.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
clang.py flake8: fix various whitespace errors with badly aligned code 2022-02-16 23:00:31 -05:00
clike.py clike: print stderr instead of stdout for debugging 2022-03-31 10:55:55 +02:00
compcert.py compilers: fix broken CompCert support for release flags 2022-04-13 21:11:09 +03:00
elbrus.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
emscripten.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
gnu.py compilers/gnu: use Popen_safe to prevent resource leaks 2022-03-30 16:04:23 -04:00
intel.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
islinker.py fix type annotations for compiler toolchain rpaths 2021-12-30 15:15:25 -05:00
pgi.py flake8: fix various whitespace errors with badly aligned code 2022-02-16 23:00:31 -05:00
ti.py Genericise TI compiler and add MSP430 support 2022-02-02 16:45:05 +02:00
visualstudio.py visualstudio: do not query underscore define with MSVC 2022-03-31 10:55:55 +02:00
xc16.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00