Skip to content

Commit

Permalink
do not turn on tpd2-debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vii committed Nov 6, 2009
1 parent a3156a7 commit a01b0f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions teepeedee2.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
do
(pushnew addon asdf:*central-registry* :test #'equal))

#.(progn
(pushnew :tpd2-debug *features*) nil)

#-tpd2-debug
(declaim (optimize speed))

#+tpd2-debug
(progn
(pushnew :tpd2-debug *features*)
(declaim (optimize debug safety (speed 1)))
(pushnew :tpd2-debug-assert *features*))

Expand Down

0 comments on commit a01b0f3

Please sign in to comment.