emacs: adjust comment on withGcMarkTrace toggle

This commit is contained in:
pancho horrillo
2025-10-07 14:25:41 +02:00
parent 04bd2c1dba
commit 18362feac4
@@ -74,7 +74,8 @@
withCairo ? withX,
withCsrc ? true,
withDbus ? stdenv.hostPlatform.isLinux,
withGcMarkTrace ? false, # increase gc performance for reduced debugability
# https://github.com/emacs-mirror/emacs/blob/emacs-30.2/etc/NEWS#L52-L56
withGcMarkTrace ? false,
withGTK3 ? withPgtk && !noGui,
withGlibNetworking ? withPgtk || withGTK3 || (withX && withXwidgets),
withGpm ? stdenv.hostPlatform.isLinux,