freebsd-src/tools
Alex Richardson c8c62548bf Don't add -Winline for WARNS=6
This warning is very rarely useful (inline is a hint and not mandatory).
This flag results in many warnings being printed when compiling C++
code that uses the standard library with GCC.

This flag was originally added in back in r94332 but the flag is a no-op
in Clang ("This diagnostic flag exists for GCC compatibility, and has no
effect in Clang"). Removing it should make the GCC build output slightly
more readable.

Reviewed By:	jrtc27, imp
Differential Revision: https://reviews.freebsd.org/D29235
2021-03-22 11:55:45 +00:00
..
boot tools: boot: use four jobs for building stand 2021-01-31 10:11:41 -06:00
bsdbox ncurses: only keep the version with widechar support 2021-01-05 14:01:32 +01:00
build tools/build/make.py: Avoid calling brew --prefix on macOS unnecessarily 2021-03-22 11:55:07 +00:00
bus_space
coccinelle
debugscripts
diag
ifnet
kerneldoc ndis(4): remove as previous announced 2021-01-25 21:45:03 +00:00
LibraryReport
lua
pkgbase
regression Don't add -Winline for WARNS=6 2021-03-22 11:55:45 +00:00
sched
test stress2: Updated the exclude list 2021-03-22 11:32:05 +01:00
tools cryptocheck: Free generated IV after each GMAC test. 2021-03-03 15:20:57 -08:00
uma/smrstress
install.sh
make_libdeps.sh
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.