From: pabs Date: Thu, 31 Aug 2006 03:03:51 +0000 (+0000) Subject: Workaround 1509627: add comment to config/subs.m4 about the change to the default... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=9fdedd6c7339a0707e6837deb04ed4fa9abd53c2;p=synfig.git Workaround 1509627: add comment to config/subs.m4 about the change to the default optimisation level in r221 git-svn-id: http://svn.voria.com/code@223 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/config/subs.m4 b/synfig-core/trunk/config/subs.m4 index 7760ed2..e1fc1e6 100644 --- a/synfig-core/trunk/config/subs.m4 +++ b/synfig-core/trunk/config/subs.m4 @@ -96,6 +96,7 @@ AC_DEFUN([AC_ARG_DEBUG], +## Optimisation level 2 in g++ 4.1 or g++ 4.2 breaks composition loading in the vector parsing function in loadcanvas.cpp (1509627) AC_DEFUN([AC_ARG_OPTIMIZATION], [ AC_MSG_CHECKING([for optimization flags])