On 09/09/2011, at 12:13 PM, Stephan Beal wrote: > Hi, all! > > Is there a way, using the new config process, to enable -Wall and -Werror? i > find it painful building without them. > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
$ ./configure CFLAGS="-Wall -Werror -g -O2" $ make -- µWeb: Embedded Web Framework - http://uweb.workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: [email protected] F: +61 7 3391 6002
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

