changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: set compression for binaries

changeset 370: 9f8f4c26d379
parent 369: de40bd522c84
child 371: 73c8c1297989
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 26 May 2024 15:41:14 -0400
files: x.lisp
description: set compression for binaries
     1.1--- a/x.lisp	Sun May 26 15:39:55 2024 -0400
     1.2+++ b/x.lisp	Sun May 26 15:41:14 2024 -0400
     1.3@@ -49,7 +49,7 @@
     1.4 (defvar *ffi-path* (merge-pathnames "ffi/" *lisp-path*))
     1.5 (defvar *stash-path* (merge-pathnames ".stash/" *core-path*))
     1.6 
     1.7-(defvar *compression-level* nil)
     1.8+(defvar *compression-level* t)
     1.9 
    1.10 (push *core-path* asdf:*central-registry*)
    1.11 (push *lisp-path* ql:*local-project-directories*)