Skip to content
Snippets Groups Projects
Commit d94c2f5c authored by pfdietz's avatar pfdietz
Browse files

Removed sb-c:insert-step-conditions declaration for SBCL, which is no longer necessary

parent 804820bd
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@
(defun make-random-optimize-settings ()
(loop for settings = (list*
(list 'speed (random 4))
#+sbcl '(sb-c:insert-step-conditions 0)
; #+sbcl '(sb-c:insert-step-conditions 0)
(loop for s in '(space safety debug compilation-speed)
for n = (random 4)
collect (list s n)))
......
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