Recompilation
To recompile the entire Emacs from scratch, execute
true \
&& make extraclean \
&& ./autogen.sh \
&& ./configure \
--with-tree-sitter \
--with-sqlite3 \
--with-native-compilation=aot \
&& make bootstrap --jobs 8 \
&& make install