src/build-binary.lisp @ 13d4b6ab6f9c default tip

Clean up a bit
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jun 2025 16:09:29 -0400
parents da9138afa986
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))