From 98693c75a9f6c613f715d18c0d3749fc4a98ac3f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 20 Aug 2008 03:16:46 +0000 Subject: 2008-08-19 Gabriel Dos Reis * configure.ac.pamphlet: Activate safety+debug build for ECL-based system. src/ 2008-08-19 Gabriel Dos Reis * lisp/core.lisp.in (|$useDynamicLink|)[ECL]: Test for :DFFI feature. --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 56015133..821c994a 100644 --- a/configure.ac +++ b/configure.ac @@ -354,6 +354,15 @@ if test x"$axiom_enable_checking" = xyes; then AC_MSG_NOTICE([runtime checking may increase compilation time]) fi +## ??? There currently seems to be a bug in ECL such that +## ??? only a debug+safety build can succeed. +case $axiom_lisp_flavor,$axiom_enable_checking in + ecl,no) + axiom_optimize_options="$axiom_optimize_options safety debug" + ;; + *) ;; +esac + AC_SUBST(axiom_enable_checking) AC_SUBST(axiom_optimize_options) -- cgit v1.2.3