src/build-binary.lisp @ da9138afa986

Initial commit
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jun 2025 16:07:13 -0400
parents (none)
children (none)
(require :asdf)
(require :uiop)
(asdf:load-system :planner)

(progn
  (sb-ext:gc :full t)
  (sb-ext:save-lisp-and-die
    "build/planner"
    :executable t
    :compression t
    :toplevel #'planner:toplevel
    :save-runtime-options t))