git.fiddlerwoaroof.com
Browse code

feat(sbcl): don't force DEBUG 3 optimize quality

Edward Langley authored on 15/11/2023 05:44:17
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 ;; --*- Mode: Lisp -*--
2 2
 
3
-(sb-ext:restrict-compiler-policy 'debug 3)
4 3
 #+(or)
4
+(sb-ext:restrict-compiler-policy 'debug 3)
5 5
 (sb-ext:restrict-compiler-policy 'safety 1)
6 6
 #+(or)
7 7
 (sb-ext:restrict-compiler-policy 'speed 0 1)