]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: CG: Fix ./configure option name
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 9 Jul 2009 08:01:13 +0000 (01:01 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 9 Jul 2009 08:01:13 +0000 (01:01 -0700)
Documentation/devel/programming-work.itexi

index a50ec6672389bc3e684488939aa64df8723b5f61..36a0913b41b2b25ee3071afeee70d7e42b7c5dec 100644 (file)
@@ -564,7 +564,7 @@ LilyPond with debugging information.  This is accomplished by running
 the following commands in the main LilyPond source directory.
 
 @example
-./configure  --disable-optimization
+./configure  --disable-optimising
 
 make
 @end example