Rudolf Adamkovič Personal site


Recompilation

To recompile Emacs from scratch, including stale bytecode, execute

true \
    && make distclean \
    && ./configure \
           --with-json \
           --with-tree-sitter \
           --with-sqlite3 \
           --with-native-compilation=aot \
    && make bootstrap --jobs 8 \
    && make install

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.