7bd5fdb2151d
Don't ever use this
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Mon, 11 Jul 2016 13:48:06 +0000 | 
| parents | d6b6684d6b7b | 
| children | 23d4dc2900a1 | 
| branches/tags | (none) | 
| files | src/utils.lisp | 
Changes
--- a/src/utils.lisp Mon Jul 11 09:58:20 2016 +0000 +++ b/src/utils.lisp Mon Jul 11 13:48:06 2016 +0000 @@ -115,7 +115,10 @@ (defmacro yolo (&body body) `(locally - #+sbcl (declare (optimize (sb-c::insert-array-bounds-checks 0))) + #+sbcl (declare (optimize (sb-c::insert-array-bounds-checks 0) + (speed 3) + (debug 0) + (safety 0))) ,@body))