meson/mesonbuild/compilers
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
..
mixins compilers: fix broken CompCert support for release flags 2022-04-13 21:11:09 +03:00
__init__.py Genericise TI compiler and add MSP430 support 2022-02-02 16:45:05 +02:00
c.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
c_function_attributes.py compilers/c_function_attributes: add retain 2022-01-26 19:22:17 -05:00
compilers.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
cpp.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
cs.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
cuda.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
cython.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
d.py compilers/d: fix mangling of rpath-link in DMD-like compilers 2022-03-01 18:34:58 -08:00
detect.py Debian renamed cython to cython3, support both 2022-03-24 10:16:53 -04:00
fortran.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
java.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
objc.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
objcpp.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
rust.py OptionOverrideProxy: Make it immutable to avoid copies 2022-03-22 17:20:48 -04:00
swift.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00
vala.py compilers: push the compiler id to a class variable 2022-01-10 15:53:26 -05:00