On Fri, 17 Feb 2006, Christopher Fowler wrote: > 1. When I compile the 1.0.4 unionfs module the result is a 3M file :( > 2. After I do all this my memory usage is around 24m. Without doing > this it is only 5m. > > I tried to strip the unionfs.o module but the result was a driver that > would load but not work.
In the fistdev.mk file, add the following line: UNIONFS_DEBUG_CFLAG= That should disable debugging information being generated and bloated the binary. Regards, Kwong Li London, UK _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
