aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-20 14:19:46 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-20 14:19:46 +0300
commit9903c408f2ffc7a42f4fcead54eadc567c0f3669 (patch)
treece546c39ef00171ad9d35d4dbba1ae6a8d57475d
parent2ed6c3d1afbe33459cde8855299d3c327ffa30dc (diff)
downloadsciteco-9903c408f2ffc7a42f4fcead54eadc567c0f3669.tar.gz
FreeBSD port: also enable malloc-replacement by default
-rw-r--r--freebsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 132d71f..5b127dc 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -66,11 +66,11 @@ PLIST_SUB+= GTK="" \
.endif
OPTIONS_DEFINE= LEXILLA MALLOC_REPLACEMENT TECO_INTEGER_32
-OPTIONS_DEFAULT= LEXILLA
+OPTIONS_DEFAULT= LEXILLA MALLOC_REPLACEMENT
OPTIONS_SUB= yes
LEXILLA_DESC= Build with Lexilla lexer support (larger)
-MALLOC_REPLACEMENT_DESC= Force replacement of system malloc()
+MALLOC_REPLACEMENT_DESC= Replace system malloc() for memory limiting
TECO_INTEGER_32_DESC= Use 32-bit TECO integers
LEXILLA_CONFIGURE_OFF= --without-lexilla