xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
123 stars 27 forks source link

Add --debug and --release options #27

Closed ralt closed 8 years ago

ralt commented 8 years ago

It'd be nice if buildapp could run some (declaim (optimize)) depending on the build.

Thoughts?

xach commented 8 years ago

I'm not sure about that. I think if I wanted that, I'd use the --eval option, or maybe --load production-config.lisp/debug-config.lisp before the main stuff?

ralt commented 8 years ago

I guess a declaim in that would help, indeed. Sorry about the issue!