e858faa9bb
regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. <URL:http://green.homeunix.org/~green/reentrant_resolver.patch> Any Mozilla-based browser would show you a clear difference.
8 lines
84 B
Makefile
8 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gaithrstress
|
|
LDADD+= -pthread
|
|
|
|
NOMAN= yes
|
|
.include <bsd.prog.mk>
|