meson/mesonbuild
Peter Harris ee34f454ca Fix detection of clang "optimization arguments"
In version 3.6.0, clang added -Wignored-optimization-argument. Without
setting this flag to -Werror, "ignored optimization arguments" such as
(for example) -fpeel-loops, are accepted but warned about, leading to
noisy builds if meson thinks the flag is supported.

See also #755
2017-08-18 12:11:20 +03:00
..
backend Make all functionality invokable via the main Meson binary, 2017-08-18 12:08:20 +03:00
compilers Fix detection of clang "optimization arguments" 2017-08-18 12:11:20 +03:00
dependencies add support for pcap dependencies 2017-08-10 10:37:07 +01:00
modules Make all functionality invokable via the main Meson binary, 2017-08-18 12:08:20 +03:00
scripts Make all functionality invokable via the main Meson binary, 2017-08-18 12:08:20 +03:00
wrap Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
astinterpreter.py cleanup: Remove redundant parentheses 2017-01-18 21:22:47 +02:00
build.py Add option to disable implicit include directories. Closes #2139. 2017-08-05 00:26:13 +03:00
coredata.py Bumped version number for new development. 2017-08-15 01:54:07 +03:00
environment.py Make all functionality invokable via the main Meson binary, 2017-08-18 12:08:20 +03:00
interpreter.py Fix warning when executable(implib:) is used 2017-08-18 12:09:40 +03:00
interpreterbase.py Printing unknown kwarg error message no longer crashes the parser. 2017-08-14 22:32:29 +03:00
linkers.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 2017-07-21 19:40:54 +03:00
mconf.py Add option to limit maximum number of concurrent link processes. 2017-08-05 00:24:59 +03:00
mesonlib.py Make all functionality invokable via the main Meson binary, 2017-08-18 12:08:20 +03:00
mesonmain.py Ensure log file gets closed. 2017-08-18 12:08:50 +03:00
mintro.py Modify mesonintrospect --dependencies so 1 element in list is 1 dependency 2017-07-20 12:43:55 +02:00
mlog.py Ensure log file gets closed. 2017-08-18 12:08:50 +03:00
mparser.py Do not permit invalid and/or nodes to be declared. Closes #1886. 2017-06-25 21:43:38 +03:00
mtest.py Turned mesontest into on internal module. 2017-08-02 22:00:09 +03:00
optinterpreter.py Add option to limit maximum number of concurrent link processes. 2017-08-05 00:24:59 +03:00
rewriter.py Turned rewriter into an internal module. 2017-08-02 22:00:09 +03:00