On 18/03/2012, at 9:02 AM, Christopher Berardi wrote:

> Since I run 64-bit Linux, I have to build fossil myself from source.
> That's not a problem in the least. However, I always have to manually
> change the makefile to remove the '-g' flag that gets added to the
> compiler command (I don't want a 4 megabyte debug binary). Is there a
> simple configure switch that I've overlooked that will automatically
> omit that flag for me? 

./configure CFLAGS=-O2

Of course you can just strip the executable after building.

--
µWeb: Embedded Web Framework - http://uweb.workware.net.au/
WorkWare Systems Pty Ltd
W: www.workware.net.au      P: +61 434 921 300
E: ste...@workware.net.au   F: +61 7 3391 6002





_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to