changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/build-emacs-mini.sh

revision 85: c286f0aac892
parent 84: 69933b35d1ba
child 168: 535fad8a8134
     1.1--- a/scripts/build-emacs-mini.sh	Thu Jan 04 12:59:18 2024 -0500
     1.2+++ b/scripts/build-emacs-mini.sh	Thu Jan 04 13:32:06 2024 -0500
     1.3@@ -4,7 +4,7 @@
     1.4 CONFIG=(--without-all
     1.5         --without-x
     1.6 	--enable-link-time-optimization
     1.7-	--with-json
     1.8+	--with-json=ifavailable
     1.9 	--with-modules
    1.10         --prefix=/usr/local)
    1.11 cd $TARGETDIR &&./configure ${CONFIG[@]} && NATIVE_FULL_AOT=1 make -j$CPUS