mpv/waftools
wm4 a1812e2a46 build: add -fno-math-errno
glibc/gcc make certain math functions set errno by default. This is not
required by the standard, and makes everything complexer and slower
(well done glibc). It typically prevents inlining certain math functions
too, where the compiler can turn a function call to a single
instruction, such as observed with lrint().

So this has possibly some minor performance advantages, and no
disadvantages.
2020-05-09 18:02:57 +02:00
..
checks build: pick up Lua 5.2 by default 2020-02-29 21:49:14 +01:00
detections build: add -fno-math-errno 2020-05-09 18:02:57 +02:00
fragments build: require at least GL 2.0 headers for GLX 2019-11-30 17:37:56 +01:00
generators zsh completion: move generation to runtime and improve 2019-09-27 13:19:29 +02:00
__init__.py
clang_compilation_database.py *.py: cosmetic changes 2020-02-27 21:36:21 +01:00
dependencies.py *.py: cosmetic changes 2020-02-27 21:36:21 +01:00
deps_parser.py build: remove some dead code 2017-09-19 18:37:11 +02:00
features.py *.py: cosmetic changes 2020-02-27 21:36:21 +01:00
inflector.py build: remove useless class 2015-07-26 15:00:47 +02:00
syms.py build: fix build for waf 2.0 2017-09-22 09:14:37 +02:00
waf_customizations.py build: fix linking libmpv when swift features are build 2018-07-08 14:39:04 +03:00