From da25372bd422fe08859acd7eb971ff3a8d5df693 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Tue, 21 Dec 2010 01:50:37 +0100 Subject: [PATCH] Compile ffi-functions-unix.lisp with SPEED --- src/syscalls/ffi-functions-unix.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/syscalls/ffi-functions-unix.lisp b/src/syscalls/ffi-functions-unix.lisp index 8ea20ad..f9baaf5 100644 --- a/src/syscalls/ffi-functions-unix.lisp +++ b/src/syscalls/ffi-functions-unix.lisp @@ -5,6 +5,9 @@ (in-package :iolib.syscalls) +(eval-when (:compile-toplevel) + (declaim (optimize (speed 3) (safety 1) (debug 1)))) + ;; FIXME: move this into an ASDF operation (eval-when (:compile-toplevel :load-toplevel :execute) (define-foreign-library libfixposix -- 2.11.4.GIT