Skip to content
Snippets Groups Projects
Commit 64841b55 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Enable backtraces in gcl while testing and debugging.

parent 80a474b4
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,7 @@ Some constraints: ...@@ -64,10 +64,7 @@ Some constraints:
:test 'equalp :key 'car)) ; We need that BEFORE any mention of package ASDF. :test 'equalp :key 'car)) ; We need that BEFORE any mention of package ASDF.
#+cmucl (setf ext:*gc-verbose* nil) #+cmucl (setf ext:*gc-verbose* nil)
#+gcl #+gcl
(when (and (= system::*gcl-major-version* 2) (si::use-fast-links nil)
(= system::*gcl-minor-version* 6))
(pushnew :gcl2.6 *features*)
(shadowing-import 'system::*load-pathname* :asdf-test))
#+lispworks #+lispworks
(setf system:*stack-overflow-behaviour* :warn)) (setf system:*stack-overflow-behaviour* :warn))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment