We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37af8eb commit 1390e67Copy full SHA for 1390e67
scripts/build_emacs_in_docker.sh
@@ -12,7 +12,7 @@ pushd emacs
12
./autogen.sh
13
14
ARGS=""
15
-ARGS+=" --disable-locallisppath"
+ARGS+=" --disable-locallisppath --without-compress-install"
16
ARGS+=" --with-native-compilation=${BUILD_NATIVE_COMP:-aot}"
17
ARGS+=" --with-json --with-threads --with-sqlite3 --with-tree-sitter"
18
ARGS+=" --with-dbus --with-xml2 --with-modules --with-libgmp --with-gpm --with-lcms2"
0 commit comments