The default on trunk is --enable-checking=yes,extra (when gcc/DEV-PHASE contains "experimental"), otherwise it's --enable-checking=release.
I personally do most testing with --enable-checking=yes,rtl,extra but you can do less than that if you want to quickly get results. The minimum for testing patches on trunk should be yes,extra (as it's the default). thanks, sam