When using the --with-native-comp install option, require libgccjit and gcc as dependencies that are available when running Emacs and the editor compiles *.elc files asynchronously (JIT).
Continues #754 for Emacs v28 and v29.
Before the change, the following command produces empty output:
brew uses --recursive --installed gcc
After the change the command produces:
d12frosted/emacs-plus/emacs-plus@29
Now brew cleanup -s doesn't remove the gcc formula after installing emacs-plus@29 (or @28).
When using the
--with-native-comp
install option, requirelibgccjit
andgcc
as dependencies that are available when running Emacs and the editor compiles*.elc
files asynchronously (JIT).Continues #754 for Emacs v28 and v29.
Before the change, the following command produces empty output:
After the change the command produces:
Now
brew cleanup -s
doesn't remove thegcc
formula after installingemacs-plus@29
(or@28
).