rillig 7cf03aa59d make(1): remove the inline attribute from debug_printf
The code size overhead of a varargs function is much more than I had
expected.  Since GCC 5 didn't inline the function anyway and it is only
used in debug mode, there is no point keeping multiple copies of that
code around.
2020-09-28 22:38:32 +00:00
..
2020-09-18 14:19:08 +00:00