meson/mesonbuild/compilers
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
..
mixins Use -Oz when optimization=s in Clang 2021-09-21 09:58:48 -07:00
__init__.py compilers: publicly export one more constant 2021-09-14 15:50:29 -04:00
c.py compilers: Fix extra_args parameter 2021-08-16 16:21:51 -07:00
c_function_attributes.py compiler: add 'force_align_arg_pointer' function attribute 2020-06-21 23:34:11 +03:00
compilers.py apply flake8 fixes for unused imports and missing imports 2021-09-14 15:55:07 -04:00
cpp.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
cs.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
cuda.py compilers: Fix extra_args parameter 2021-08-16 16:21:51 -07:00
cython.py cython: Add an option for selecting python 3 vs python 2 output 2021-06-07 09:25:32 -07:00
d.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
detect.py apply flake8 fixes for unused imports and missing imports 2021-09-14 15:55:07 -04:00
fortran.py compilers: Use standards compliant test 2021-09-20 01:29:59 -04:00
java.py Add Java module 2021-08-22 07:57:29 -07:00
objc.py objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stds 2021-09-10 13:03:56 -07:00
objcpp.py objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stds 2021-09-10 13:03:56 -07:00
rust.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
swift.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
vala.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00