DESC Add a make option to make gcc use more strict checks (-ansi -pedantic) EDESC Sometimes compiling with -ansi -pedantic can catch nice errors and use of gcc extensions (GNU people like to disguise their extensions and one might end up using them without knowing); so we add a small ifdef to Make.conf to be able to compile with them.