aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 25423e46..4a680c4e 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -461,6 +461,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)
@