From 97c9ced70ac364f7067fc088b90184ab77c9ecd9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 21 Dec 2018 09:49:33 -0500 Subject: Try @warning_flags to avoid bloating verbose make logs We now accumulate warning flags in a separate variable, "TOR_WARNING_FLAGS", and write it to a "warning_flags" file. Then we test whether the compiler will accept "@warning_flags": if so, we put "@warning_flags" in the CFLAGS; if not, we copy the contents of "$TOR_WARNING_FLAGS" into the CFLAGS. Closes ticket 28924. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cedff8fb37..f1ce903a11 100644 --- a/.gitignore +++ b/.gitignore @@ -72,9 +72,12 @@ uptime-*.json /mkinstalldirs /Tor*Bundle.dmg /tor-*-win32.exe +/warning_flags + /coverage_html/ /callgraph/ + # /contrib/ /contrib/dist/tor.sh /contrib/dist/torctl -- cgit v1.2.3-54-g00ecf