X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=base-target-features.lisp-expr;h=3523114091bf9bbb2555cd85b308a88b45c3a06c;hb=d6d76c98535bddabd73c6338f8393b6e698f297f;hp=a760984c4d05765a395a39ae2b7129cb6e96f7d7;hpb=5cd15f4133804a16c5d367556da160144e741852;p=sbcl.git diff --git a/base-target-features.lisp-expr b/base-target-features.lisp-expr index a760984..3523114 100644 --- a/base-target-features.lisp-expr +++ b/base-target-features.lisp-expr @@ -173,6 +173,11 @@ ;; character set. :sb-unicode + ;; Record source location information for variables, classes, conditions, + ;; packages, etc. Gives much better information on M-. in Slime, but + ;; increases core size by about 100kB. + :sb-source-locations + ;; This affects the definition of a lot of things in bignum.lisp. It ;; doesn't seem to be documented anywhere what systems it might apply ;; to. It doesn't seem to be needed for X86 systems anyway.