changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 321: 85c8d7027fb8
parent 320: 9422a14d72fd
child 322: 167a8ece2416
     1.1--- a/scripts/build-emacs-mini.sh	Sun Jul 07 21:07:07 2024 -0400
     1.2+++ b/scripts/build-emacs-mini.sh	Sun Jul 07 21:18:50 2024 -0400
     1.3@@ -4,5 +4,5 @@
     1.4 cd $TARGETDIR && ./autogen.sh && \
     1.5 ./configure --without-all --with-x-toolkit=no --without-x --enable-link-time-optimization \
     1.6             --with-json=ifavailable --with-gif=ifavailable --with-modules --with-gnutls=ifavailable \
     1.7-            --prefix=/usr/local && \
     1.8+            --with-native-compilation --prefix=/usr/local && \
     1.9 NATIVE_FULL_AOT=1 make -j$CPUS