zfs/cmd/ztest
Brian Behlendorf 6f1eda0629 Add configure check for -Wframe-larger-than=<size>
It turns out the gcc option -Wframe-larger-than=<size> which I recently
added to the build system is not supported in older versions of gcc.
Since this is just a flag to ensure I keep stack usage under control
I've added a configure check to detect if gcc supports it.  If it's
available we use it in the proper places, if it's not we don't.
2010-06-29 16:53:02 -07:00
..
.gitignore Add .gitignore files to exclude build products 2010-01-08 11:35:17 -08:00
Makefile.am Add configure check for -Wframe-larger-than=<size> 2010-06-29 16:53:02 -07:00
ztest.c Merge branch 'fix-branch' into refs/top-bases/zfs-branch 2010-06-29 11:34:31 -07:00