> > That's excellent except that I found the default build was 'debug' > (2.2MB) and I had to add options to make it a 'release' build > (~700KB). > > CFLAGS="-O2 -Wall" >
The default CFLAGS for the build for autoconf are "-O2 -g" If you need to remove the debug info, either change the CFLAGS as you have or make install-strip and this does it for you. Cheers Spen _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
