Comment #5 on issue 1908 by [email protected]: Causes lily to fail during regtests if binary is unoptimized
http://code.google.com/p/lilypond/issues/detail?id=1908

Couldn't we make --disable-optimising the default in configure[.in], so developers don't have to think about setting this option?

If there are concerns about packagers compiling unoptimized binaries, we could use a trick like enabling optimization (and -DNDEBUG) by default in configure script generated in the tarball made with "make dist".

Another option to consider, which I prefer, is separating handling of GCC optimization flags and -DNDEBUG settings in configure options; in this case we would have --check-assertions enabled by default (--no-check-assertions would set -DNDEBUG), and --enable-optimising still the default (setting only GCC optimization flags and not messing with -DNDEBUG).


Reply via email to