aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-20 03:16:46 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-20 03:16:46 +0000
commit98693c75a9f6c613f715d18c0d3749fc4a98ac3f (patch)
tree730413baab485ce9cbc13cce8255202fb62aa12d /configure.ac
parente4b84ff6e392b5f1eda1529d4eec99e9e13ac2a8 (diff)
downloadopen-axiom-98693c75a9f6c613f715d18c0d3749fc4a98ac3f.tar.gz
2008-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Activate safety+debug build for ECL-based system. src/ 2008-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu> * lisp/core.lisp.in (|$useDynamicLink|)[ECL]: Test for :DFFI feature.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
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)