diff --git a/benchmarks/cascor1.lisp b/benchmarks/cascor1.lisp index 95acb52ce97c27cee06c63942464fe3505ece39b..62daa12505d4b6abb92a067220ec88392340b383 100644 --- a/benchmarks/cascor1.lisp +++ b/benchmarks/cascor1.lisp @@ -54,6 +54,7 @@ ;;; This proclamation buys a certain amount of overall speed at the expense ;;; of runtime checking. Comment it out when debugging new, bug-infested code. +#+declare-unsafe (proclaim '(optimize (speed 3) (space 0) (safety 0))) ;;; Style note: Because some of these runs take a long time, this code is