r8270: fix loading on non-linux platforms
[clsql.git] / db-mysql / mysql-loader.lisp
index db401500c41bbbbc931191b6458dd17c695e47c9..cafa2e6c821a625d028f56959e86bd851b0f8ece 100644 (file)
@@ -16,7 +16,6 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
 (in-package :mysql)
 
 ;;;; Modified by Kevin Rosenberg