Skip to content

Commit

Permalink
Merge pull request #39 from jonatack/declaim
Browse files Browse the repository at this point in the history
MAIN: improve global DECLAIM
  • Loading branch information
jonatack authored Aug 30, 2019
2 parents 5e3588f + d868a32 commit 4a84c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#:balance
#:trade-balance))
(in-package #:cl-kraken)
(declaim (optimize (speed 0) (safety 3) (debug 3)))

(eval-when (:compile-toplevel)
(declaim (optimize (speed 2) (safety 3) (debug 3))))

;;; API
;;;
Expand Down

0 comments on commit 4a84c58

Please sign in to comment.