changeset 6300:32141cc8bd63

Enable optimising mingw::lilypond lilypond `issue 4229: danger of a runaway loop' fixed. Then, optimization is enabled again.
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sun, 04 Jan 2015 17:51:24 +0900
parents 16eb82d57ac9
children 9e36a36de8a9
files gub/specs/lilypond.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Mon Dec 29 11:08:33 2014 +0900
+++ b/gub/specs/lilypond.py	Sun Jan 04 17:51:24 2015 +0900
@@ -174,9 +174,6 @@
             'mingw-w64-runtime-winpthread-dll',
             ]
     python_lib = '%(system_prefix)s/bin/libpython*.dll'
-    configure_flags = (LilyPond.configure_flags
-                       + ' --enable-optimising=off'
-                       )
     make_flags = (LilyPond.make_flags
                   + ' LDFLAGS="%(python_lib)s"'  % locals ())
     # ugh Python hack: C&P Cygwin