aboutsummaryrefslogtreecommitdiff
path: root/src/lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-12 02:36:48 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-12 02:36:48 +0000
commite10a5af76582abff22adc43658c06914ddb3543f (patch)
treec6196bec905cd12d0729a8a07c2b0cfeff660aec /src/lisp
parente663f5f211469940ee2403f7cb18b29e3ab597bb (diff)
downloadopen-axiom-e10a5af76582abff22adc43658c06914ddb3543f.tar.gz
* lisp/core.lisp.in: Include SB-SPROF when profiling SBCL-based build.
Diffstat (limited to 'src/lisp')
-rw-r--r--src/lisp/core.lisp.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in
index f746c4c1..0493d884 100644
--- a/src/lisp/core.lisp.in
+++ b/src/lisp/core.lisp.in
@@ -151,6 +151,10 @@
;; Enablig profiling of generated Lisp codes.
(defconstant |$EnableLispProfiling| @oa_enable_profiling@)
+(eval-when (:compile-toplevel :load-toplevel :execute)
+ (when |$EnableLispProfiling|
+ (progn #+sbcl (require :sb-sprof))))
+
;; Return true if the full OpenAxiom algebra system is completed
;; built.
(defun |%algebraSystemIsComplete| nil