Skip to content

Commit

Permalink
Merge d868a32 into 5e3588f
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Aug 30, 2019
2 parents 5e3588f + d868a32 commit 0b32e77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.lisp
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 0b32e77

Please sign in to comment.