Skip to content

Commit

Permalink
lang/sbcl: Add COMPRESSION to OPTIONS_DEFAULT
Browse files Browse the repository at this point in the history
Compressed cores minimally increase startup times, but can significantly
reduce the size of cores or executables with embedded cores.

Approved by:	krion (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D42394
  • Loading branch information
Jehops committed Oct 31, 2023
1 parent ccc1e7a commit ee97a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/sbcl/Makefile
Expand Up @@ -5,6 +5,7 @@
PORTNAME= sbcl
DISTVERSION= 2.3.9
DISTVERSIONSUFFIX= -source
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang lisp
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
Expand Down Expand Up @@ -36,7 +37,7 @@ PORTDOCS= *
# All options explained into file: ${WRKSRC}/base-target-features.lisp-expr
OPTIONS_DEFINE= COMPRESSION GARBAGE_COLLECTOR DOCS LINKABLE_RUNTIME QSHOW SAFEPOINT SIMD \
THREADS UNICODE XREF
OPTIONS_DEFAULT= SBCL THREADS UNICODE
OPTIONS_DEFAULT= COMPRESSION SBCL THREADS UNICODE

OPTIONS_SINGLE= BOOTSTRAP
OPTIONS_SINGLE_BOOTSTRAP= ABCL CCL CMUCL SBCL
Expand Down

0 comments on commit ee97a45

Please sign in to comment.