Enable debugging by default in asdf-condition-control.
authorFrancois-Rene Rideau <fare@tunes.org>
Tue, 11 Sep 2012 15:24:50 +0000 (11:24 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Tue, 11 Sep 2012 15:24:50 +0000 (11:24 -0400)
asdf-condition-control.lisp

index 6bd174c..029a16f 100644 (file)
@@ -19,3 +19,7 @@
   (xcvb-driver:with-controlled-loader-conditions ()
     (xcvb-driver:proclaim-optimization-settings)
     (call-next-method)))
+
+;;; Most users of ASDF will want debugging ON.
+;;; They can disable it if they want.
+(setf xcvb-driver:*debugging* t)