From: ntfreak at B. <nt...@ma...> - 2009-01-20 10:08:41
|
Author: ntfreak Date: 2009-01-20 10:08:39 +0100 (Tue, 20 Jan 2009) New Revision: 1351 Modified: trunk/doc/openocd.texi Log: - add --enable-release to docs Modified: trunk/doc/openocd.texi =================================================================== --- trunk/doc/openocd.texi 2009-01-20 04:29:46 UTC (rev 1350) +++ trunk/doc/openocd.texi 2009-01-20 09:08:39 UTC (rev 1351) @@ -331,7 +331,12 @@ @itemize @bullet @item -@option{--enable-gccwarnings} - enable extra gcc warnings during build +@option{--enable-gccwarnings} - enable extra gcc warnings during build. +Default is enabled. +@item +@option{--enable-release} - enable building of a openocd release, generally +this is for developers. It simply omits the svn version string when the +openocd @option{-v} is executed. @end itemize @node JTAG Hardware Dongles |