meson/mesonbuild/compilers/mixins
Andrea Pappacoda 68eca11cc6 Use -Oz when optimization=s in Clang
-Oz is the appropriate flag to use when you want to produce the smallest
possible binary, and is one would expect when setting optimization to s
or using the minsize build type.
2021-09-21 09:58:48 -07:00
..
__init__.py compilers: Move clike into a mixins directory 2019-07-15 10:59:22 -07:00
arm.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
c2000.py C2000: Added depfile generation for incremental builds 2021-09-16 02:37:13 +03:00
ccrx.py compilers: move get_dependency_gen_args to base Compiler 2020-10-01 15:05:00 -07:00
clang.py Use -Oz when optimization=s in Clang 2021-09-21 09:58:48 -07:00
clike.py Support for appleframeworks with GCC and Intel 2021-09-04 01:29:35 +03:00
compcert.py compilers: move get_dependency_gen_args to base Compiler 2020-10-01 15:05:00 -07:00
elbrus.py use OptionKey for builtin and base options 2021-01-04 12:20:40 -08:00
emscripten.py Add support for finding Javascript source libraries with Emscripten. 2021-08-08 15:25:48 +03:00
gnu.py Fix unsupported linker error message 2021-07-06 11:46:20 -04:00
intel.py apply flake8 fixes for unused imports and missing imports 2021-09-14 15:55:07 -04:00
islinker.py linkers: remove is_shared_module argument to get_soname_args 2021-07-14 22:53:04 +02:00
pgi.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
visualstudio.py msvc: Assume UTF8 source by default 2021-09-01 19:26:36 +03:00
xc16.py compilers: move get_dependency_gen_args to base Compiler 2020-10-01 15:05:00 -07:00