changeset 6290:bc2579b6e0df

Fix mingw::lilypond crash
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 29 Nov 2014 23:26:30 +0900
parents 647380874504
children 05b8e42d6792
files gub/specs/lilypond.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Sat Nov 22 23:31:27 2014 +0900
+++ b/gub/specs/lilypond.py	Sat Nov 29 23:26:30 2014 +0900
@@ -173,6 +173,9 @@
             'tools::icoutils',
             ]
     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